brewkit / components

An easy-to-theme design system for creating impactful UIs using React and TypeScript.
MIT License
5 stars 5 forks source link

Form field ref #130

Closed kbulatovic closed 3 years ago

kbulatovic commented 3 years ago

Added missing binding for ref in FormField

Types of changes

Checklist:

ItsEricWoodward commented 3 years ago

Does this need the ref attached to the 2nd return case (non-textfield without a label) as well?