Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

option should not require select #1165

Closed
vojtajina opened this issue Jul 18, 2012 · 1 comment
Closed

option should not require select #1165

vojtajina opened this issue Jul 18, 2012 · 1 comment

Comments

@vojtajina
Copy link
Contributor

require select should be optional

<datalist id="options">
  <option value="VAL1">OPTION1</option>
  <option value="VAL2">OPTION2</option>
</datalist>
IgorMinar added a commit to IgorMinar/angular.js that referenced this issue Aug 10, 2012
previously we expected to find option elements only within select element and if
that was not the case we throw an error. This made it impossible to include datalist
element with nested option elements in the template.

Closes angular#1165
IgorMinar added a commit that referenced this issue Aug 10, 2012
previously we expected to find option elements only within select element and if
that was not the case we throw an error. This made it impossible to include datalist
element with nested option elements in the template.

Closes #1165
@jamie-pate
Copy link

Any plans to actually support the datalist element the same way as select with ng-options?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants