Uncontrolled Components
React offers both controlled and uncontrolled usage of components. All PCR components forward refs
to the underlying HTMLInputElement
for easy integration using stateless managed form solutions like react-hook-form.
#
Basic UsageCreate a ref
and pass away!
Live Editor
Result
SyntaxError: Unexpected token (1:8) 1 : return () ^
#
Without HooksStill using classes? No worries ๐
Live Editor
Result
SyntaxError: Unexpected token (1:8) 1 : return () ^