4.0.0 • Published 3 months ago

solid-controlled-input v4.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Shouldn't this be the default behavior?

Well no, if you only have touched react, it actually heavily transforms events and inputs to get its behavior.

For example:

  • React's onChange fires on every input, while vanilla js doesn't
  • Vanilla JS does not have "controlled" inputs, you need to make them manually

How to use

import { ControlledInput, ControlledTextarea } from "solid-controlled-input";

That's it, use this input like you would use the og <input /> or <textarea />

3.0.2

3 months ago

3.0.1

3 months ago

4.0.0

3 months ago

3.0.0

3 months ago

2.1.0

6 months ago

2.0.0

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago