Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use DOM API instead of attribute for "selected"
https://developer.mozilla.org/en-US/docs/Web/API/HTMLOptionElement The Option element exposes a "selected" getter that works even when the "selected" attribute is not set, such as when the element is created by React or manipulated. Fixes react-quill#175.
- Loading branch information