Michael Voříšek

Results 362 issues of Michael Voříšek

Validation rules in JS/SUI are limited - see https://github.com/atk4/ui/issues/878 of course, native JS can be used, but with Atk mindset - to be able to do everything in PHP -...

help wanted
MAJOR

Templates like `admin.html/pug` are missing `id` property. Is that intentional? Element properties like `id`, `data`, ... has almost nothing to do with styling and if user/programmer wants to add them,...

MAJOR

![image](https://user-images.githubusercontent.com/2228672/78779447-47398600-799d-11ea-804a-466dd9414c68.png)

help wanted
MAJOR

Proposal: - `0` = integer seconds precision - `1 .. 6` = fraction of seconds precision like in the database types, i.e. 1 - 6 extra digits - `-2` =...

enhancement :+1:
MAJOR

Important to be able to reload everything without loosing any state using Vue/React.

help wanted
MAJOR

Example: ``` $form = \atk4\ui\Form::addTo($personModal, ['segment']); $personDropDown = \atk4\ui\FormField\DropDown::addTo($form); // move submit button to the end of the form $form->layout->removeElement(array_search($form->buttonSave, $form->layout->elements, true)); $form->layout->add($form->buttonSave); ``` - Why is the save button...

When model field can be null, there needs to be an option to rended additional checkbox "null", i.e. allow user to set null value from Form/CRUD.

enhancement :+1:
help wanted

This is a feature request to reuse `Dropdown` as much as possible in `Lookup`. I understand that in the future that `Lookup` can be more than simple dropdown so I...

help wanted

Is there any strong use case for `DropDownButton` - https://github.com/atk4/ui/blob/develop/src/DropDownButton.php ? If not, mark it deprecated and remove it later.