-
- [x] Backend: DB, model, controller, views
- [x] Redux Loop: ajax, actions, reducer
- [x] Presentational Components
- [x] Styling
- [x] Should look similar to real site
- [ ] When errors are…
-
nvda prepends the world "unlabelled" before labelled radio elements that when a user is browsing through form fields through the elements list (insert + f7)
### Steps to reproduce:
1. Open follo…
-
-
I'm using dynamic forms, which i create with
```js
actions.change(id, defaultSettings);
```
At some point I have to destroy them again, but there is currently no way to remove the `field state`.…
-
**It would be nice to have the ability to add a user to the WordPress system using the forms.**
I would like an action added to the form actions. It would grab a members email address with the abil…
-
On mobile on the listing form page, the listing actions move from being to the right of the form to being under the form. In the under-the-form-mobile case, the buttons are formatted strangely.
![Scre…
-
Make sure this also shows nicely on the score screen near the pool table.
A button to change the view to only displays matches, teams and scores. No form actions need to be available there
-
- [x] Backend: DB, model, controller, views
- [x] Redux Loop: ajax, actions, reducer
- [x] Presentational Components
- [x] Demo User Added
- [x] Styling
- [x] Smooth, bug free nav…
-
**Prerequisites (mark completed items with an [x]):**
- [x] I have checked that my issue type is not listed here https://github.com/woocommerce/woocommerce/issues/new/choose
- [x] My issue is no…
-
What if `Form` widget will have some callback, that will triggered after all form fields of that form done their `onSaved`?
That's sound pretty good for cases, when you rely on `Form` & `FormField`…