Input Block placeholder

Hey!

So got simple input filed in use on a text search filter.

I can’t see where the setting is for placeholder - any ideas where to look?

Cheers!

Hi @Jakson,

Unfortunately it currently isn’t possible to set a placeholder for the search filter.
This is something we definitely plan for.

Moving this to planned feature requests.

Thank you for bringing this up and sorry for the inconvenience.

1 Like

Ah bummer, OK no worries - if anyones else needs this, the work around for now is the following:

 <script type="text/javascript">
  window.onload = function() {
	document.getElementById("input-c8f3890").placeholder = "Search Database";
  }
 </script>

“getElementById” = your input block ID

2 Likes

We have Attributes in Cwicly @Jakson .

image

But haven’t tested it for your specific use case.

2 Likes

Ah, OK @Marius, thanks

Just tested that, doesn’t appear to work in this use case

Hello @Jakson,

This was implemented in 1.2.9.4.2.

Thanks!

2 Likes