webf
webf copied to clipboard
'hidden' attr is not work in tag element
Affected version
main
No same issues found
- [X] Yes, I search all issues but not found.
Bug type
CSS/DOM Style
Which frontend framework you are using.
html
Steps to reproduce
- div add a 'hidden' attribute.
- it not working, expect div element disappear.
Code example
CHANGE
Expected results
expect 'hidden' element disappear. working same as browser.
Actual results
it showing.