Dimitris Grammatikogiannis

Results 187 comments of Dimitris Grammatikogiannis

Try changing https://github.com/joomla/joomla-cms/blob/4dcee6991fdbbef2daa20168d930f3b4e790dcb3/build/media_source/system/js/showon.es6.js#L145 to: ```js } else if (originField.nodeName === 'SELECT' && originField.hasAttribute('multiple') && !originField.hasAttribute('disabled')) { ``` I haven't tested the code, maybe you can share some subform to make...

@Fedik let's do that in J4, also making this modal means one less tab which is also another win (simplification)! 👍

@HLeithner @wilsonge I'm not convinced that there such a need for another colour. Here's my take with [Muta](https://github.com/dgrammatiko/muta)

> these template params need dealing with There's still a need to deal with the `-rgb` vars for these colours. In muta I'm doing it directly in the js of...

@coolcat-creations we can start use patterns for validation, https://github.com/joomla/joomla-cms/pull/13094. This way every custom field could have a specific validator. > The validation error should be customizeable too like "Please write...

~~Can someone redo this: https://github.com/joomla/joomla-cms/pull/10994 It's one of the layouts that don't use yet jlayout~~ Can we have some tests: https://github.com/joomla/joomla-cms/pull/13435

Hi Andy, It's been a while that we haven't had any in-person events and I miss that. Thankfully we will be able to get some beers after some interesting talks...

@kasvith since I don't have a VM with IE11 atm, can you do a simple test for me? open https://github.com/joomla-projects/media-manager-improvement/blob/dev/media/vendor/webcomponentsjs/js/webcomponents-sd-ce-pf.min.js remove all contents and paste the contents from https://github.com/webcomponents/webcomponentsjs/blob/master/webcomponents-bundle.js check...

@schnuti sorry I should phrase that better, you need to have ES5 code here...