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: 5 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.
-
Used |
Beta Was this translation helpful? Give feedback.
-
Thanks for reporting! Looking into it now
…On Sat, Jun 21, 2025 at 1:08 PM Serhii Sierov ***@***.***> wrote:
Used clearable: true. Got a dropdown with a “Clear” icon. But when
clicking “Clear”, it doesn’t clear the value — it just opens the dropdown.
(Relevant for string properties where enumValues are set)
—
Reply to this email directly, view it on GitHub
<#390 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHCCD5ASRQMJFSP5Q7E2UL3EU4KLAVCNFSM6AAAAAB72ADUGWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNJTG4ZDENI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
It seems it is a known issue: #391 |
Beta Was this translation helpful? Give feedback.
It is possible now with the
clearable
prop in some properties