Skip to content

Commit

Permalink
fix(select): pass promptIsSelectable to select
Browse files Browse the repository at this point in the history
  • Loading branch information
fkm-adfinis committed Feb 28, 2020
1 parent 9f9ca00 commit e739b4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions addon/templates/components/validated-input.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
placeholder=placeholder
class=class

promptIsSelectable=promptIsSelectable
optionLabelPath=optionLabelPath
optionValuePath=optionValuePath
optionTargetPath=optionTargetPath
Expand Down
1 change: 1 addition & 0 deletions addon/templates/components/validated-input/render.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{{component selectComponent
disabled=disabled
name=(or inputName name)
promptIsSelectable=promptIsSelectable
optionLabelPath=optionLabelPath
optionValuePath=optionValuePath
optionTargetPath=optionTargetPath
Expand Down

0 comments on commit e739b4f

Please sign in to comment.