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
If I have a FluentTextField it would be useful if it could be bound to an string? meaning that it might be not provided. Same for a FluentSelect, binding to a nullable object would mean there is no item selected.
🤔 Expected Behavior
Instead of forcing the binding value to be not nullable, if would be nice if it were to be ignored when bound to a nullable object and just show an empty state (placeholder)
😯 Current Behavior
You get a build error if you try to bind to a nullable object
💁 Possible Solution
🔦 Context
💻 Examples
The text was updated successfully, but these errors were encountered:
🙋 Feature Request
If I have a
FluentTextField
it would be useful if it could be bound to anstring?
meaning that it might be not provided. Same for aFluentSelect
, binding to a nullable object would mean there is no item selected.🤔 Expected Behavior
Instead of forcing the binding value to be not nullable, if would be nice if it were to be ignored when bound to a nullable object and just show an empty state (placeholder)
😯 Current Behavior
You get a build error if you try to bind to a nullable object
💁 Possible Solution
🔦 Context
💻 Examples
The text was updated successfully, but these errors were encountered: