-
Notifications
You must be signed in to change notification settings - Fork 185
Issue with quotes #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
thanks for this! |
Further change it from @bramdebouvere answer to:
This will also account for single quotation marks. |
Thank you! This just saved a fairly big headache. Is it worth turning this into a pull request? Is the project accepting pull requests? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you select a text that contains quotes, only the part before the quote is inserted in the textbox.
Example text:
After selecting the value, only the following text will be in the textbox
This issue should be fixed in the renderItem function:
Change this code:
To this code:
The text was updated successfully, but these errors were encountered: