-
How can I add a placeholder text when the selector is popuplated using JavaScript / Using |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Looks like your immediately overriding your html select with data that doesnt have a placeholder in it. |
Beta Was this translation helpful? Give feedback.
-
placeholder: true |
Beta Was this translation helpful? Give feedback.
-
you can look at the data options in the docs |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for your patience and your help. Now I got it. There needs to be an entry in the |
Beta Was this translation helpful? Give feedback.
<option data-placeholder="true">Placeholder text here.</option>