Skip to content

Commit

Permalink
Add live search to values dropdown on Tag Edit Screen
Browse files Browse the repository at this point in the history
  • Loading branch information
epwinchell committed Sep 6, 2017
1 parent 7228bff commit 82dc591
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 82dc591

Please sign in to comment.