Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

fix(typeahead): remove duplicate id attribute #5936

Closed
wants to merge 1 commit into from

Conversation

icfantv
Copy link
Contributor

@icfantv icfantv commented May 28, 2016

  • remove any duplicate id attribute on the typeahead hint element if used on
    the original input element.

BREAKING CHANGE: This change removes the id attribute on the first <input>
element placed into the DOM when the typeahead-show-hint attribute is used
and there is an id attribute present on the original uib-typeahead element.
This could affect selectors if they are being used.

Fixes #5926

* remove any duplicate `id` attribute on the typeahead hint element if used on
  the original input element.

BREAKING CHANGE: This change removes the `id` attribute on the first `<input>`
element placed into the DOM when the `typeahead-show-hint` attribute is used
and there is an `id` attribute present on the original `uib-typeahead` element.
This could affect selectors if they are being used.

Fixes angular-ui#5926
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants