UndercoverNL

Results 7 issues of UndercoverNL

So I am struggling a bit with the field properties after I completed the custom CSS. Firstly, Is there a way to set a default value as phone number, I...

### Current Behavior When upgrading the panel from 1.8.2 to 1.9+ the files deleted in 1.9 won't be deleted for the user updating the panel (all console files in the...

not confirmed

So I am in need of a function in the multidrag plugin, which allows you to pre-select specific items in a list without the user needing to select them. I...

When having a country and region selected, and setting the country back to the `Select Country` value, it will reset the visual of the regions dropdown but not update the...

Bug

### What happened? So I am having a complicated issue running a CardElement with a loader. As there is no indication of the Element form being submitted by default, I...

bug

Fixed sum up issue with node viability function, in which `sum_memory` and `sum_disk` always where `0`

I am using this code on a Laravel based system ``` $rcon = new Rcon('ip, port, 'password', 1); if ($rcon->connect()) { Log::info('connected'); $rcon->sendCommand("say Hello World!"); } else { Log::info('disconected'); }...