-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text Entry with Suggested Values #123
Comments
Thanks for filing this and for the link! I think we have the pieces needed, I just need to figure out the api. |
Perhaps just add a "suggested values" field to TextEntryWidget.InitOptions? suggested_values: ?[]const []const u8 = null, |
What I'd like to do is have the api be more like:
But there are still a lot of unknowns that can only be figured out by going through it:
I'm sure it'll end up really nice, but it's going to take some time. |
See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist for example of desired widget behavior
The text was updated successfully, but these errors were encountered: