Export the base form control component
See original GitHub issueI know this library is for Chakra UI only, but I would like to use other input types as well. For example I would like to extend this library to support @choc-ui/chakra-autocomplete and it would be easier if I had access to BaseProps
and modified FormControl
.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Angular Custom Form Controls - Complete Guide
In this guide, we are going to learn exactly how to take an existing custom form control component and make it fully compatible...
Read more >Unstyled React Form Control component and hook - MUI Base
The Unstyled Form Control component is a utility that lets you associate a form ... import FormControlUnstyled from '@mui/base/FormControlUnstyled'; export ...
Read more >How can I pass the FormGroup of a parent component to its ...
In the parent component do this: <div [formGroup]="form"> <div>Your parent controls here</div> <your-child-component ...
Read more >FormGroup and FormControl in Angular - LogRocket Blog
The first step is to tell Angular that you want to use the form group by importing it inside the appropriate component. ......
Read more >Creating custom form controls using Control Value Accessor ...
How to create custom form controls in Angular using ControlValueAccessor? We can create custom form components and connect them to either ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you for the merge! Was the issue reopened by mistake or is there a problem? 😃
I accepted the PR that exports
FormControl
.I’m thinking of adding
FormLabel
,FormErrorMessage
, andFormHelperText
toBaseProps
but it can complicate things in a bad way.What is your preferred way to go here? @verekia @wkrasnicki , opinions are very applicated.
Thank you and sorry for the delay.