Closed juliomenendez closed 8 years ago
Thank you @juliomenendez for posting this. Can you please provide a valid example showing how to reproduce this issue?
Basically on any selector where the model is null and the field is required.
select(selector, value-attr='value', model='$ctrl.frequency', placeholder='Frequency...', options='$ctrl.availableFrequencies', require='true')
Sorry, the example is in jade/pug
.
Got it, thanks! I'm going to review it and I'll get back to you.
Well, it works very well but I can't merge into your branch since the correct fix consists on forcing selectedValues
to be an array. I'm going to release a new version with the solution for this.
Thank you again for submitting this. 👍
The fix for this issue has been released in version 1.4.4.
Perfect, thank you!
Fixes this issue when the selectedValues is empty.