Skip to content

converting input to a text area to deal with ie newline paste bug#14

Open
AndrewSwerlick wants to merge 1 commit intodangribbin:masterfrom
herrmann-intl:swap-input-for-text-area-ie-bug
Open

converting input to a text area to deal with ie newline paste bug#14
AndrewSwerlick wants to merge 1 commit intodangribbin:masterfrom
herrmann-intl:swap-input-for-text-area-ie-bug

Conversation

@AndrewSwerlick
Copy link
Copy Markdown

All versions of IE have a very obnoxious "bug" that crops up when using this library. When you try to paste a multi-line string into an input field, it drops all but the first line of content.

This creates issues for users copying and pasting email addresses from excel into a tag-this field. Fortunately this is easily fixed by using a textarea instead an input field.

This pull request swaps out the internal "fakeInputElement" with a text area.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants