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

Error setting 'list' attribute for 'input' element #142

Closed
enquora opened this issue Mar 19, 2019 · 2 comments
Closed

Error setting 'list' attribute for 'input' element #142

enquora opened this issue Mar 19, 2019 · 2 comments
Labels

Comments

@enquora
Copy link

enquora commented Mar 19, 2019

redom.el('input', {type: 'text', value: some_value, list: 'some_list_id'})
fails with error message
TypeError: Attempted to assign to readonly property.
when setAttrInternal(...) is called internally.

@enquora enquora changed the title Unable to set 'list' attribute for 'input' element Error setting 'list' attribute for 'input' element Mar 20, 2019
@pakastin
Copy link
Member

Thanks, I’ll fix this ASAP! 👍

@pakastin
Copy link
Member

Fixed and released as a patch, thank you for letting know! 👍👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants