Phil Haack

Results 132 comments of Phil Haack

Ah yeah, it probably should disable by default. But allow for overriding that in the `bootstrap` method.

What's an example where this comes into play for you? For example, if a field is required on the server, but disabled on the client, what do you expect to...

> * should ignore all fields within a disabled `fieldset` I think this we get for free because the browser will disable the submit buttons and all the inputs so...

> Maybe the library could check that the input is actually a form and throw a helpful error message if it isn't? That sounds like a good idea. Want to...

All yours! But please review my other PR. 😂

@dahlbyk you still planning to look at this?

I like that idea, but I don't like that I have to remember to update the `integrity` attribute every single release in the readme. I'll need to think about how...

Sounds good. Where exactly to do you find the integrity attribute? I'd want to provide a link.

Also, feel free to submit a PR with the change to the README so you get the credit! 😄

I noticed that when a disabled element is valid, we mark it green. We should completely ignore disabled elements. I'll dig into this a bit more.