patrickp-dev

Results 3 comments of patrickp-dev

Here's a workaround that takes advantage of semantics 'as' prop and prop forwarding to give you access to the rendered DOM element. It'll work with any semantic components, you just...

@jacobweber Hey jacob, had a look at your example. The lose of input focus was caused by the fact the 'as' prop was being reassigned a new instance of the...

### Short answer Use field validation and memoize the validation function(s). ### Long answer The impact on your form is going to depend on whether you're using purely form validation...