-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: o-multi-select, use textContent rather than innerText (#1388)
This is to improve compatibility with JSDOM for users' tests. It shouldn't change the functionality of o-multi-select. However, they're not equivalent APIs, and it would be reasonable to use `innerText` or other web API which depends on CSS layout. We recommend users test components in a real browser, and can't guarantee changes to support executing component code in JSDOM.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters