Luka Robajac
Luka Robajac
I have a field in database, i.e. `html_content`. The field is nullable and by default is `null`, but it may contain some HTML content. Model casts this field using `CleanHtml`...
### Description What I expected: When defining `bx-multi-select` with `name="values[]"` I expect the input field to submit an array of values that were selected, like `[1, 2, 3, ...]`. What...
### Description What I expected to happen: Given the 2 radio tiles (Yes/No options), when submitting the form they are in, I expect the form to catch the selected tile...
### Description What I expected: When I define `date-format` (i.e. "d/m/Y") on `bx-date-picker` component, I expect the component to render the value in that format, but still work with 'Y-m-d'...
### Bug description We have a blog which contains a table, and each table cell can be an image or a text. When you have a lot of images inside...
Using Laravel 11.36.1 with PHP 8.3, `mews/purifier` 3.4.2 and the latest version of `ezyang/htmlpurifier`. When validating `Number` custom attributes, I get the following exception when i want to purify this...