Pre-release fixing dropdowns that rendered blank in v1.5.0-alpha.1.
Fixes
- The rule & DNS-rule matcher type /
ip_versionselects, Settings global/direct DNS type, Shadowsocks API inbound, and ACME DNS-01 provider dropdowns now display the selected value again (#12). They were the customSelectcomponent wired like a native<select>(:value+@change="$event.target.value"), so the chosen value showed blank even though it was stored correctly.
Backend unchanged from v1.5.0-alpha.1.