Esche
Esche
@luisfocosta have you tried to set the filesystem capabilities for 'node' ? `sudo setcap 'cap_net_raw,cap_net_admin+eip' $(readlink -f $(which node))` you can find more infos [here](https://www.blogging-it.com/node-pcap-module-error-socket-operation-not-permitted-fehler-wenn-pcapsession-geoeffnet-wird/programmierung/javascript/nodejs.html) (german).
Authentication password via url parameter is not secure
Correct... but when I use the API with other systems (like Grafana for example), then I have to store the password in plain text. --> not quite ideal ;-) but...
> @mesche How do you connect grafana with iobroker when auth is activated? i am trying with the grafana json plugin and iobroker simple api. it is working without auth...
executable example added.
> [@mesche](https://github.com/mesche) don't you just want `forceSelection="true"` ? See: https://primefaces.github.io/primefaces/15_0_0/#/components/autocomplete?id=attributes Not always. However, the bug is reproducible in both cases.
The application requires that entered values will be sent to the server immediately (at the latest on field exit). We can not use forceSelection="true", because we use the autocomplete component...