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

Setting value prop of Picklist to an empty string does not update the picklist value #287

Open
miloandmilk opened this issue Sep 19, 2018 · 1 comment

Comments

@miloandmilk
Copy link

It seems that a truthy check is done on the prop value which returns false for an empty string (which i have as a value in a picklist item). In the case where the value prop is updated to the empty string "", the Picklist component does not update to this value. Any other string is OK.

@streco
Copy link

streco commented Oct 23, 2020

+1. I am using this picklist component as a dependent picklist against another. Based on the selection of the first picklist, I need the ability to clear this one out, but haven't found a solution.

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

No branches or pull requests

2 participants