Pavel Sokolov
Pavel Sokolov
Hi! I have same issue and I added TrustedProxy middleware as suggested. But now even tho I can see proper `route('swagger-lume.docs');` inside artisan tinker direclty on server (with https scheme)...
Hi, rockymeza! Few days ago I found and tried to use your library at the Raspberry Pi and got same issue. As you recomended, I added line: ``` print subprocess.check_output(["ifdown",...
ah. ok, maybe it is good idea to make small reminding note about it in documentation?
seems you also can simply add same logic to onBlur handler: ``` onBlur={(e) => { const InputElement = document.querySelector(`[name=${name}]`); if (InputElement) { const newValue = InputElement.value; if (!value.includes(newValue) && newValue...