Open automat opened 8 years ago
Reference: https://github.com/automat/controlkit.js/issues/15#issuecomment-209017610
String{Input,Output} & Number{Input,Output} should be merged, input can be activated by setting {interactive: true} and restricted to just showing the value via {interactive: false}.
String{Input,Output}
Number{Input,Output}
{interactive: true}
{interactive: false}
Should {String,Number}Input be renamed then? Is it misleading?
{String,Number}Input
Reference: https://github.com/automat/controlkit.js/issues/15#issuecomment-209017610
String{Input,Output}
&Number{Input,Output}
should be merged, input can be activated by setting{interactive: true}
and restricted to just showing the value via{interactive: false}
.Should
{String,Number}Input
be renamed then? Is it misleading?