Gonçalo Borrêga wrote:
Well, i tried this, but all I get is list when i double click on input. What am i missing here?
This is very good explanation. I am wondering if we can have multiselect from the auto-complete. In this example, I should be able to select multiple users. Any idea how it can be implemented?
Thanks Chetan!
I think that if you implement multiple select with this control, the UX won't be very good. Depending on your list size, you might want to go with another pattern...
Does anyone know if there is an autocomplete widget for mobile apps, or any reason why one couldn't be created?
Hi guys, is there a way to limit the possible values of the auto complete input field to only the values resulting from the query. In other words, that it doesn't accept any values that are not in the database?
Remember also the advantage of Scaffolding:
1) Refresh references, incorporate "Autocomplete" at Rich widgets.
2) Start the first steps, then drag "Autocomplete" onto your page.
The necessary server actions are being created for you, you can now adjust the filters, etc.
Hi Everyone,
Please help me understand which action implement for catch selected element from list and forward it to next action.
UPD: I founded solution in next topic. Added Input_AutoComplete_GetIdentifier Server action from Rich widgets