Post
by golife » Mon Aug 30, 2021 5:02 pm
@: dunbarx on 29 Aug 2021, 23:27
Thank you dubarx
Well, the list is for example "LiveCode Builder, LIveCode Script, Private, Business school".
These are items, and the items will be tags. If the tag exists, it is autocompleted, otherwise it is added to the tag list.
So, users would enter words and phrases. It is easy to separate the items as long as there is a comma delimiter. But I currently do not have the handler to autocomplete when the user start typing.
Items that have been identified (new or existing) will be a group with a checkbox that allows the user to click them away. Deletion is just another variant, desired, or not. Items appear one after the other. Also not a problem. This is clear.
But how to make autocomplete work nicely without obstructing the work flow of the user while typing... ? So, let the user start when more than 3 characters were typed... rawkeydown, closefield, backspace, ... find one or more phrases that would autocomplete the word/phrase and let the user select without obstructing...
I can work on it, but if there is a slick solution already, why do the work twice?