Fedir Zinchuk
Fedir Zinchuk
**Describe the bug** Since #617 is not possible to have an empty value in multi-select. **To Reproduce** Steps to reproduce the behavior. Create a multiselect field with: ``` All 1...
**Is your feature request related to a problem? Please describe.** Currently when doing search choices.js will aut-highlight a first item in drop-down list. This sometimes is undesired behavior, example when...
Pull Request for Issue #38427 . ### Summary of Changes Fix PHP 8 deprecation warning: Passing null to parameter ($string) of type string is deprecated ### Testing Instructions Use php...
Pull Request for Issue #30793 . ### Summary of Changes This loads fontawesome.css with font-face ### Testing Instructions run `npm install` and please look #30793 for detail ### Actual result...
### Summary of Changes Add 2 new input `date` (DateField class), and `datetime-local` (DatetimeField class). Fix Time field to support filter. Links to MDN docs: `datetime-local`: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local `date`: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date ###...
Pull Request for Issue #24343 . ### Summary of Changes The patch re-init an editor when the iframe moved around DOM. ### Testing Instructions Apply patch, run `npm install` Please...
New `Comparison::LIKE` and `Comparison::NOTLIKE` as alternative solution for #45 :dancer: Support next wildcard characters: `%` - any character(s), any amount `_` - any character, only one `\%` - escape for...
This pull additional to doctrine/doctrine2#1150 And allow to use the [SQL wildcard characters](http://www.w3schools.com/sql/sql_wildcards.asp) `%` and `_` for `Comparison::CONTAINS` Allow to build the `contains` expressions like: ``` php Criteria::expr()->contains('myField', 'some string%');...
### Summary of Changes The same as https://github.com/joomla/joomla-cms/pull/42861 but for j4 Remove unnecessary SQL query for the custom fields, during the form rendering. `FieldsHelper::getFields()` load the field value, however `FieldsHelper::prepareForm()`...
### Summary of Changes Basic test cases for `WebAssetRegistry` and `WebAssetManager`. There still a loot to test in WebAssetManager, but I am done for now :smile: ### Testing Instructions Drone...