upsiflu / less-ui

Write your views across several screen regions, and hide all Ui state in the Url.
https://package.elm-lang.org/packages/upsiflu/less-ui/latest
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Url parameter assignment stays even when no value is given (?search=) #60

Open upsiflu opened 4 months ago

upsiflu commented 4 months ago

https://less-ui.web.app/Where+to+go+next?search=#Where+to+go+next

When I add and then remove search parameters, then "search=" remains in the URL.

I would expect that a parameter with "" as a value is removed from the URL.