I want to set a client-side winset to hide an input and reset focus to the map control after a command is entered. Unfortunately, the input doesn't read this as valid.
Multiple commands also don't work in the on-blur command. These are the commands I'm using:
Command:
.winset "focus=default.map1;inputelem.is-visible=false"\nscreeninput "
On-Blur:
.winset "focus=default.map1;inputelem.is-visible=false"\nscreeninput [[inputelem.text]]
//this works:
.winset "focus=default.map1;inputelem.is-visible=false;command=screeninput%20[[inputelem.text as escaped]]"
Test case uploaded to BYONDiscord