Skip to content

Commit

Permalink
Merge pull request #2121 from epwinchell/1488004
Browse files Browse the repository at this point in the history
Add live search to value dropdown on tag edit screen
  • Loading branch information
Dan Clarizio authored Sep 6, 2017
2 parents 660dce0 + 82dc591 commit c47968e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/_tag_edit_cat_tags.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
= select_tag("tag_add",
options_for_select(options, "select"),
"data-miq_observe" => {:url => url}.to_json,
"data-live-search" => "true",
"class" => "selectpicker")
:javascript
miqInitSelectPicker();
Expand Down

0 comments on commit c47968e

Please sign in to comment.