If I understand that you essentially do not want to enter the user, and the values โโmust be changed, click the button or text box. To do this, you can use the "readonly" attribute as follows:
input.attr("readonly", true);
Of course, you implement your widget and customize it using the plugin options.
source share