Base-class for all text inputs.
LazyCallbackManager< void(const std::string &)> state_callback_
void publish_state(const std::string &state)
TextCall make_call()
Instantiate a TextCall object to modify this text component's state.
virtual void control(const std::string &value)=0
Set the value of the text input, this is a virtual method that each text input integration must imple...
void add_on_state_callback(std::function< void(const std::string &)> &&callback)