Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: allow integer zero (0) value when filling attribute
When options to the field have integer keys including zero, like: ``` [ 0 => 'Administrator', 1 => 'Moderator', 2 => 'Subscriber', 3 => 'Super administrator' ]; ``` then the field silently drops the zero value when the field fills the attribute. Closes Silvanite#32
- Loading branch information