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
I'm a bit confused. The combinator attr allows you to set any HTML attribute, though at the moment, it is restricted to attributes with String values. I take it that you are saying that this does not cover the case of the empty attribute?
I would like to set the attribute
webkitdirectory
on an<input>
element such that users of the application are only allowed to select directories.How about exposing
emptyAttr
, similar to the html package?The text was updated successfully, but these errors were encountered: