getText of ui.richselect, Methods Webix Docs
returns text of currently selected option
string getText();
| string | text value of control |
Example
var value = $$("select").getValue();
var text = $$("select").getText();
See also
API
getText of ui.richselect, Methods Webix Docs
returns text of currently selected option
string getText();
| string | text value of control |
var value = $$("select").getValue();
var text = $$("select").getText();
See also
API