-
Originally filed by ond...@gmail.com on 2008-08-25T20:09:05
What steps will reproduce the problem?
1. Create a form with two formitems. Both using promptingtextinput. Provide
some value for prompt pr…
-
```
What steps will reproduce the problem?
1. Create a form with two formitems. Both using promptingtextinput. Provide
some value for prompt property.
2. Attach standard validator with minlength=1 to …
-
I try to add the new inputs you typed for example "data-equals" from the website "http://jquerytools.org/demos/validator/custom-validators.html" but I cannot be able to achieve.
I've made the followi…
-
A file of 140Kb is sufficent to cause it to blow up (the issue is that the CSS is being added as a url-parameter "text" which blows out the URI length.
I've managed to work around the issue by invo…
-
При указании элементу формы правила валидации вида:
``` php
$form->items([
FormItem::date('date', 'Дата')->validationRule('required|date')
]);
```
возникает исключение "BadMethodCallException in…
-
### Feature request type
Enhance component
### Component name
MudForm
### Is your feature request related to a problem?
MudForm is great, but I miss a feature available in EditForm: the ability t…
-
How about an option to replace all invalid entries, as reported by a validator, by their default value if specified. A warning may be issued in such case.
The option may take the form of an improveme…
-
Hello,
the dynamic product description doesn't work in our bought template, in default template it works well. I have compared both templates but I can not find the reason.
Could someone take a look…
-
| x-render(form-render) | Formily | ProForm
-- | -- | -- | --
官网 | https://x-render.gitee.io/form-render/ | https://formilyjs.org/ | https://procomponents.ant.design/components/form
开发团队 | 阿里飞猪 …
-
- go version: go1.12.5 linux/amd64
- gin version (or commit ref): v1.4.0
- operating system: Linux Mint 19 Cinnamon 4.15.0-48-generic
## Description
If i try to bind multipart data to struct (on…