-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
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
Cannot set tabindex on Textfield #191
Comments
Yes. Just to be sure, Otherwise, for v7, we should just add this. For master, it would be good to find a way to avoid wrapping so many attributes for |
Maybe it would be better to tag things a certain way? Like say Textfield could have another type in it like: type Nodes
= OuterContainer
| InnerTextfield Or so, then you could decorate the calls where it matters, like |
Can you even set |
Sadly no... It has to be on the element itself. |
Figures. We should look into what attributes we need to support one way or the other and try to figure out a general solution. Let's continue discussion in more general terms at #208. |
Closing this; it'll be fixed by #213. |
I cannot set the
Html.attributes.tabindex
on a Textfield, because any options are set on the containingdiv
. Or is there a way that I am missing?I suppose we should expose a
Textfield.tabindex : Int -> Textfield.Property m
function.The text was updated successfully, but these errors were encountered: