Choices/src
Chris DeLuca 363b3b4fc4 Always hide remove button if no value is selected
In some cases, the remove item X button is not hidden when there is no
selection made from the dropdown. This is not as usable, since there's
no item to clear, hence an effective noop.

The condition I saw seeing this issue arise is in single selects with
a placeholder value, a selection has been made, and then cleared: the
button HTML remains.

To fix, add some styles to hide the button if the select doesn't have a
value selected, in this case keying off of it's parents `data-value`
property.

fixes #684
2019-11-07 15:50:24 -05:00
..
icons Keep icons for future usage 2017-11-21 15:53:28 +00:00
scripts Resolve bug 473 (#739) 2019-11-07 08:50:19 +00:00
styles Always hide remove button if no value is selected 2019-11-07 15:50:24 -05:00