4.0.3 • Published 1 year ago

solid-controlled-input v4.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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 />

4.0.1

1 year ago

4.0.3

1 year ago

4.0.2

1 year ago

3.0.2

2 years ago

3.0.1

2 years ago

4.0.0

2 years ago

3.0.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago