You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How exactly do you expect it to work? Passing the predefined set to EditBox isn't difficult, but the actual autocomplete might be tricky.
Should the suggestion(s) appear on a key event (e.g. ctrl+space) or automatically?
Should it write the remaining characters next to what you typed (e.g. in grey if the normal text color is black), or should a drop down list appear? If the former, what to do if there are multiple possible values?
When should the remaining part of the text be filled in? When the user presses tab or enter?
Should the suggestion(s) appear on a key event (e.g. ctrl+space) or automatically?
Should it write the remaining characters next to what you typed (e.g. in grey if the normal text color is black), or should a drop down list appear? If the former, what to do if there are multiple possible values?
When should the remaining part of the text be filled in? When the user presses tab or enter?
Automatically though maybe more flexible would be both.
Both, primary suggestion with different color and drop down list for other suggestions if they exists (user can select between them via arrow keys or mouse).
Very useful if user should input some value from the predefined set.
The text was updated successfully, but these errors were encountered: