-
Howdy! This is less of a bug and more of a question. I've been loving this gem as it solves some pains around a lot of the OAuth work I have been doing recently. Question is this: In system tests or c…
-
```
Add a formFor function that when called checks the properties on the
object, loops through them and calls the appropriate form helper
(textField, textArea etc). Basically a real quick way of outpu…
-
### Mautic Version
5.0.x series
### Way of installing
I downloaded a release from https://www.mautic.org/mautic-releases
### PHP version
8.1.29
### What browsers are you seeing the p…
-
I've a test helper that populates a form that I'm porting from mechanize to webtest. During this I've noticed that webtest ignores the `disabled` attribute on individual radio buttons. Given the fol…
-
## Version
1.3.0
## Environment
ng6, nz1.3
## Reproduction link
[https://ng-zorro-antd-start-7cgr8f.stackblitz.io](https://ng-zorro-antd-start-7cgr8f.stackblitz.io)
## Steps to reproduce
` …
-
All config regarding how to render the forms are stored on the SimpleForm module. This makes it really difficult to render different kinds of forms, if I've understood the README correctly.
I have tw…
-
It would be cool to add autocomplete support for blade.php files!
Example: "Form::" facade and helper functions "route()" etc
-
Views should not be using `CroogoForm` or `CroogoHtml` helper. Those helpers should aliased as `Form` and `Html` respectively, as called via `$this->Form` or `$this->Html` in views.
These helpers/al…
-
- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate.
### Version
1.7.2
…
-
It seems that calling `as_cripsy_field` is missing some initialization and I didn't saw anything about doing prior initialization in the documentation.
I am rendering a form with the following layout…