nvms / vue-atlas

A Vue.js 2 UI component library.
MIT License
180 stars 22 forks source link

Fix: VaSelect - added value defined check to <button> conditional class #166

Closed jsdbroughton closed 4 years ago

jsdbroughton commented 4 years ago

Not checking for value being defined leads to an error of length not present on undefined

This manifests itself when the multiple flag is set on the VaSelect component.

Closes #165

What kind of changes does this PR introduce? (check at least one)

Does this PR introduce a breaking change? (check one)