question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Export the base form control component

See original GitHub issue

I 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:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
verekiacommented, Dec 5, 2021

Thank you for the merge! Was the issue reopened by mistake or is there a problem? 😃

1reaction
thekaganugurcommented, Dec 4, 2021

I accepted the PR that exports FormControl.

I’m thinking of adding FormLabel, FormErrorMessage, and FormHelperText to BaseProps 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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found