-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Custom Form Inputs #534
Comments
@TheSharpieOne I would like to tackle this feature. Currently there are 3 types of custom forms (https://v4-alpha.getbootstrap.com/components/forms/#custom-forms).
Should i create a file for each one under reactstrap/src/?
|
@carlosmarte The docs link is now https://getbootstrap.com/docs/4.0/components/forms/?#custom-forms it is slightly different than the alpha stuff. As far as components and separation, I wouldn't mind if there was a single CustomInput or CustomControl component which had a type prop to control which custom input is rendered. |
@TheSharpieOne, just pushed the initial implementation. Would appreciate any feedback before I write the unit test. |
How do I use them when I installed it to via npm install? |
The PR which adds custom inputs has some change requests and hasn't been merged. You'll have to create your own for now. |
Is there any plan to support Bootstrap 4 custom form inputs as found here: https://v4-alpha.getbootstrap.com/components/forms/#custom-forms
The text was updated successfully, but these errors were encountered: