We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
isn't there any way for overriding id of elements ?
The text was updated successfully, but these errors were encountered:
no, it's not possible ... (as all htag mechanism is based on ids)
but ... it's possible to create something like that;
self <= Tag.div( "<span id='myid'>hello</span>" )
and use the id later (in js side only), but it's not a good practice. Cause it could complexify your app. But for some special needs, it can be useful
Sorry, something went wrong.
thanks .
No branches or pull requests
isn't there any way for overriding id of elements ?
The text was updated successfully, but these errors were encountered: