kjanoudi / joiful-react-forms

Automatically generate validated React forms using the Joi schema!
10 stars 1 forks source link

Give users the ability to plug in custom elements to JoifulInput's `is` prop #14

Closed bentatum closed 8 years ago

bentatum commented 8 years ago
<JoifulInput
    is={CustomElement}
    name="my-input"
/>

@kjanoudi with your blessing of course. thoughts?