Miloslav Hůla

Results 108 comments of Miloslav Hůla

If so, `%parameters."parametr.prvni".klic1%` seems better to me.

Great! I've hit some deprecated messages too.

Or get only `$control->isValid()` values [here](https://github.com/nextras/datagrid/blob/master/src/Datagrid.php#L503)?

It's OK. IMHO important is, that datasource callback does not obtain invalid filter.

With newer nette/forms (I use v3.1.3) warning is emmited: ``` User Warning Nette\Forms\Container::getValues() invoked but the form is not valid. ```

> preeeeetttyyyy complicated It's not. INSERT, DELETE and better rendering granularity 😄

Thanks for review, but sorry, I have no time to finish it :(

The HTML object is whole HTML tag. That's why it is escaped. There is another way - custom Latte tag. It is the most powerful approach but the most complicated...

@dg This is indeed strange. With one liners on Windows with PHP 8.1.0 ``` $ php -n -r 'require __DIR__ . "/vendor/autoload.php"; DG\BypassFinals::enable(); stat("filename");' Warning: stat(): stat failed for filename...