Jump to content

Set a placeholder to the Multiselect Dropdown form element


Recommended Posts

I want to share a solution on how to set a  placeholder to the Multiselect Dropdown form element on the search form.
You should put the following code into the Footer after disabling HTML Editor on the advanced tab:
 

<script>
document.addEventListener('DataPageReady', function () {

   document.querySelector('[id^="ComboBoxValue"]').setAttribute("placeholder", "Your value for the placeholder");

});
</script>


 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...