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
Problem: The `minlength` attribute was missing from `html-attributes.js`
which meant that it was never included in the `outerHTML`.
Solution: Add the attribute and a test to ensure that this works and
that we can prevent future regressions.
Resolves1N50MN14#41
Originally opened here: hyperhype/hyperscript#91
It looks like the
minLength
attribute isn't working for me:When using this library, the above code gives:
When running in the browser, I get what I believe is the correct value:
The text was updated successfully, but these errors were encountered: