Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

bug(tagsInput): Add input field id and tabindex #792

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alivraghi
Copy link

Add attributes for the user to set custom id and tabindex on the input
field:

  • input-field-id enable the use of getElementById().
  • input-field-tabindex overwrite the old tabindex attribute to eliminate
    the need of double tab

Closes #744.

Add attributes for the user to set custom id and tabindex on the input
field:
- input-field-id enable the use of getElementById().
- input-field-tabindex overwrite the old tabindex attribute to eliminate
the need of double tab

Closes mbenford#744.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.001%) to 99.78% when pulling 918affb on alivraghi:allow-focus-issue-744 into f2e4b72 on mbenford:master.

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

Successfully merging this pull request may close these issues.

None yet

2 participants