-
Notifications
You must be signed in to change notification settings - Fork 96
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
Fix selected text format #124
Conversation
Please don't commit compiled files. Can you resubmit this without the compiled files? |
prepare clean branch This reverts commit fbab292.
…tFormat will never be restored
done |
@bercut497 so I added a select that does what you posted to our example page that looks like your select in #112 that commit is: 7f28ef0. You can run that example by pulling the latest master, I ran your code on that example and it doesn't seem to fix it. I'm still seeing |
my bad. |
i will amend this mistake in commit. |
…t will never be restored
…otstrap-Select into fix_selectedTextFormat
@bercut497 just updated the example script one more time to match the conditions correctly and this does indeed seem to fix the problem. |
Did a quick change locally and then merged and squashed this locally. It didn't get picked up by github, but it is merged. |
@bercut497 merge commit: e5f075f |
Description (required)
if select element does not have title attribute
selectedTextFormat option will never be restored.
Issues
fix issue #22