I found this code was a problem for me:
$('[dsid="inputTaskName"]').val('');
createServiceExecute();
When I enter INPUT , and click the BUTTON, nothing happens.
I decided not to use it , and instead,
I made the BUTTON click event to use my create_service. After this, everything worked out great. I still kept the setting of the local variable inputTaskName as described, but I couldn't get this original code to work.
What happened?