Mattia Peretti

Results 6 comments of Mattia Peretti

Same issue here. `unselectAll` doesn't work. Unselection for all options works only using the following lines: ```js $('.myselect').val(''); $('.myselect').multiselect('refresh');

Same problem here. I've added the folder `aopcache` to my project and set the `init` as follow: ```php $kernel->init([ 'debug' => true, 'includePaths' => [__DIR__ . '/../application'], 'cacheDir' => __DIR__...

Ciao, i file sono corretti. Prova a rieseguire il build del progetto e dovrebbe funzionare.

Ciao, sono riuscito ad ottenere una validazione pulita (100%) allineando il metadata all'**avviso n°29 v3** disponibile [qui](https://www.agid.gov.it/sites/default/files/repository_files/spid-avviso-n29v3-specifiche_sp_pubblici_e_privati.pdf). La versione attuale del validatore contiene già la copertura per la sintassi aggiornata...

Same here. Firefox's cookie is different. I've used chrome and I was able to login

Hi, to solve this issue, I've: - implemented the `getItemLayout` function using the `height` of the `renderItem` as `length`. - added `height` to the container style of the `FlatList`. For...