form icon indicating copy to clipboard operation
form copied to clipboard

The package helps with implementing data entry forms

Results 9 form issues
Sort by recently updated
recently updated
newest added

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ❌ | Breaks BC? | ❌ Fix #7

Add documentation: - [ ] all widgets. - [ ] forms.

type:docs

In https://github.com/yiisoft/form/pull/317 new docs writing. Wait it.

status:under development

Currenty `Hidden` field extends `InputField` and contains many unnecessary methods: - `inputContainerTag()` - `useContainer()` - `template()` - `beforeInput()` - … But `Hidden` field must generate only input tag. It needs...

severity:BC breaking

- Remove deprecated method `Checkbox::enclosedByLabel()`

It currently seems to be impossible to use both `ButtonGroup` and `button|resetButton|submitButton` at the same time. `Yiisoft\Form\Field\ButtonGroup::buttons(): Argument #1 must be of type Yiisoft\Html\Tag\Button, Yiisoft\Form\Field\ResetButton given` This is problematic when...