kobaltedev / kobalte

A UI toolkit for building accessible web apps and design systems with SolidJS.
https://kobalte.dev
MIT License
1.2k stars 61 forks source link

Request: Text input fields #38

Closed milesj closed 1 year ago

milesj commented 1 year ago

Is your feature request related to a problem? Please describe.

No

Describe the solution you'd like

Right now kobalte offers checkboxes, radios, and selects, but does not have a basic text input field (and textarea also).

It would be great if kobalte supported this, as it's nice to standardize on the same APIs (like validationState, label handling, error messages, etc).

Describe alternatives you've considered

N/A

Additional context Add any other context or screenshots about the feature request here.

fabien-ml commented 1 year ago

Hi, its on the roadmap https://kobalte.canny.io/feature-requests. I'm planning to work on it when i'm done with the datepicker

fabien-ml commented 1 year ago

Update: since it's not that complexe I will works on it now and release within the week (+ some perf improvement).

milesj commented 1 year ago

@fabien-ml Sounds great.

Also, that canny link isn't anywhere on the repo. I'd suggest adding it to the readme or something. Wasn't aware it existed.

fabien-ml commented 1 year ago

It's on another branch not merged yet to main 😅

fabien-ml commented 1 year ago

Available in v0.2.0.

milesj commented 1 year ago

@fabien-ml Thanks for the super fast turn around 🙏