Optional string enumValue? #390
-
First, let me say this is an awesome framework. Thanks to everyone who has contributed!
However, notice that I want this to be an optional field, so can be removed from the Firebase object. I want the user to be able to "un-set" the field in the UI. When I run this, the field initially shows as blank, but after it is set, there's no way to "delete" the field value. Is there a way to do this? Any help would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @rickpasetto |
Beta Was this translation helpful? Give feedback.
-
It is possible now with the |
Beta Was this translation helpful? Give feedback.
It is possible now with the
clearable
prop in some properties