-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello,
I came across this project in my travels while looking for a good way to implement some Joi validation in React and really how this project is laid out conceptionally. I realize its still in early implementation and before I take it for a spin I'd like to know if there is an easy way to add custom input types (such as text, textarea, select)?
The reason I ask is I'd be interested in using more complicated field types such as multiselect or tag inputs and I'm okay with having to roll these features myself if there is a well defined way to add them in without going down the rabbit hole too far. I've seen the documentation for the custom components which makes sense, but I'm really interested in expanding the input types as they seem somewhat limited right now.