Skip to content
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

Why is the text of the option element assigned in function rebindDropdown()? #2

Closed
lukas-wegmeth opened this issue Jan 13, 2021 · 1 comment

Comments

@lukas-wegmeth
Copy link

listEl.textContent = optList[opt].text;

Why is the text rather than the textContent of the original element taken here? The text attribute ignores some characters like double whitespace, which leads to the fstdropdown not containing the same text as the original select.

@VirtusX
Copy link
Owner

VirtusX commented Aug 8, 2021

Fixed

@VirtusX VirtusX closed this as completed Aug 8, 2021
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

No branches or pull requests

2 participants