form
form copied to clipboard
The package helps with implementing data entry forms
Docs
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ❌ | Breaks BC? | ❌ Fix #7
In https://github.com/yiisoft/form/pull/317 new docs writing. Wait it.
Currenty `Hidden` field extends `InputField` and contains many unnecessary methods: - `inputContainerTag()` - `useContainer()` - `template()` - `beforeInput()` - … But `Hidden` field must generate only input tag. It needs...
- 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...