Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(field): Add field name to field wrapper
Currently, there's no easy mechanism to target specific fields from the form. This commit adds a new `data-fieldname` attribute to the field wrapper, making easier to target specific fields. With this change, we can override the position of the field from the consumer side.
- Loading branch information