formula-one icon indicating copy to clipboard operation
formula-one copied to clipboard

Strongly-typed React form state management

Results 47 formula-one issues
Sort by recently updated
recently updated
newest added
trafficstars

Currently `onValidation` doesn't communicate whether errors are actually visible or not. Based on the feedback strategy, it's possible there are errors that the user cannot see. This is awkward. Once...

api-change

Current APIs for seeing errors are inconsistent. There should be consistency between all ways to access errors that allow easy access to all errors as well as errors which should...

api-change

There has been some confusion on what a `Field` is. Renaming `Field` (possibly to `BaseField` or `AtomicField`) and doing a writeup on what a `Field` is should make this easier...

documentation
api-change

Some of the documentation is out-of-date and the overall structure is bad. We should clean this up. This goes hand-in-hand with the talk I'll be giving to FP eng, so...

documentation

This is a bad one. It can be solved by a similar approach to the validations rework in v0.2

bug

And proper use of `FeedbackStrategy.Submitted`

documentation

Ultimately this will use the `setState` completion callback. This is useful for submitting after making a change.

enhancement
good first issue