This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
specifying allow-clear value on a select-base #681
Closed
Description
When using allow-clear, it changes the value to "undefined" which is not always the wanted behaviour.
Could it be possible to add something like: allow-clear-value="0" (and obviously show placeholder or nothing when model is that value)
Would it be more "correct" to refactor my code to work with undefined?
Greetings.