Skip to content

Commit

Permalink
Merge pull request #216 from fkm/fix/promptIsSelectable
Browse files Browse the repository at this point in the history
Fix promptIsSelectable not being passed through to one-way-select
  • Loading branch information
fkm authored Feb 28, 2020
2 parents 9f9ca00 + c230ded commit d2b46fc
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 0 deletions.
Empty file removed addon/.gitkeep
Empty file.
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
Empty file removed app/.gitkeep
Empty file.
Empty file.
Empty file.
Empty file removed tests/dummy/app/models/.gitkeep
Empty file.
Empty file removed tests/dummy/app/routes/.gitkeep
Empty file.
Empty file.
Empty file removed tests/helpers/.gitkeep
Empty file.
Empty file removed tests/integration/.gitkeep
Empty file.

0 comments on commit d2b46fc

Please sign in to comment.