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
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>(
...
)
The text was updated successfully, but these errors were encountered:
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:
or
The text was updated successfully, but these errors were encountered: