Skip to content
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

Generic type widget support #49

Closed
theiskaa opened this issue Jun 3, 2022 · 1 comment · Fixed by #51
Closed

Generic type widget support #49

theiskaa opened this issue Jun 3, 2022 · 1 comment · Fixed by #51
Labels
feature New feature or request

Comments

@theiskaa
Copy link
Owner

theiskaa commented Jun 3, 2022

As tried to provide generic types for the main widget in PR(#48). We have to provide kinda functionality to the FieldSuggestion widget. Which would make user experience way way better.

Example:

FieldSuggestion<String>(
 ...
)

or

FieldSuggestion<int>(
 ...
)
@theiskaa theiskaa added the feature New feature or request label Jun 3, 2022
@theiskaa
Copy link
Owner Author

Resolved via #50
Thanks to #48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant