Hello Bubble Experts
I am trying to make an input with an Autocomplete in placeholder (Just like Searchbox)
Is it possible ?
Can anybody show me how to make it?
Thanks a lot in advance for your help
Hello Bubble Experts
I am trying to make an input with an Autocomplete in placeholder (Just like Searchbox)
Is it possible ?
Can anybody show me how to make it?
Thanks a lot in advance for your help
Need to have a group focus that will be under the input when the input is focused. In the group focus need to have a repeating group to show the suggested matches. Need to set the RG datasource to use the inputs value to show the suggested matches.
Might be easier to just use searchbox since it is basically an input with autocomplete, unless it is simply the styling of the searchbox you don’t like.
Hi @boston85719
Thanks for your response
The reason i am not using searchbox is i can’t apply the :filtered
to it…
Also when i use the group focus it is showing me the suggested matches in the RG
but i can’t update the input field like this
Can you tell me how to achieve it (The input place holder) ?
Thanks
It’s not possible for input to create the matching text with what user typed as dark and suggested match remaining text light
@boston85719 Ok thanks
This topic was automatically closed after 70 days. New replies are no longer allowed.