3

I'm trying to use ui-select to make a state selection but when I select a state the placeholder goes blank, does anyone know how to not make "Filter by province/state" disappear.

before selecting

after...

Here is the code for ui-select-match section of my ui-select:

                        <ui-select-match
                            placeholder="Filter by province/state">
                            {/ $item /}
                        </ui-select-match>
tommy_p1ckles
  • 595
  • 2
  • 6
  • 17

1 Answers1

0

You may want to use a separate label because ui-select usually has the saved array inside of the input box which is why the display label disappears once their is one item in the array.

JonathanL
  • 136
  • 1
  • 9