-
Similar to data links, we want to provide users with the ability to create actions to perform tasks. To provide a good experience for this function, we should look to provide a solution that solves th…
-
Some actions (ie POST requests) render a blocking dialog interrupting the user as a click is required to dismiss the dialog. We could simplify the flow by getting rid of the blocking dialogs when a PO…
-
When trying to use a form action from a component and not from the +page file in the route, I will get a very strange behavior, it will work only if the form is empty.
I have a component that pops …
-
When following the docs in the [GH marketplace](https://github.com/marketplace/actions/digitalocean-app-platform-deployment), I cannot get the secrets or vars to propagating into my DO app.
This is…
-
**Describe the bug**
When creating a list of multiple selections in the Popup form, RowActions shows an error (with 'select' it works).
**To Reproduce**
Code of the actions
`class SendWorkDetail…
-
## Bug report
When using from Formik, the server action does not execute, but it works when using a regular HTML form element
## Problem Recording
https://github.com/jaredpalmer/formik/assets/11…
-
-
A test failed on a tracked branch
```
AssertionError: Timed out retrying after 60000ms: Expected to find element: `[data-test-subj="edit-rule-actions-tab"]`, but never found it.
at Context.eval (…
-
### Describe the Bug with repro steps
1. Go to 'Edit'
2. UI opens with 'Save' and 'Discard' buttons enabled
3. selecting 'discard' gives the confirmation pop-up. Choose 'Yes'
4. Screen switches b…
-
## Summary
repo: https://github.com/stefanprobst/issue-react-19-form-reset
react 19@beta currently will automatically reset a form with uncontrolled components after submission. it would be real…