You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With current available options an html document read with hap and written back has all empty attributes written with empty string.
This is quite annoying for cases like <input required /> or angular directives like <button mat-button></button>.
Would be nice to have an option in document to preserve these empty attributes and write them the same way as read.
This property of attribute would of course be set to false if the attribute gets a value set :).
Thanks
POFerro
The text was updated successfully, but these errors were encountered:
Hi,
With current available options an html document read with hap and written back has all empty attributes written with empty string.
This is quite annoying for cases like
<input required />
or angular directives like<button mat-button></button>
.Would be nice to have an option in document to preserve these empty attributes and write them the same way as read.
This property of attribute would of course be set to false if the attribute gets a value set :).
Thanks
POFerro
The text was updated successfully, but these errors were encountered: