Is there a way to clear an input field while using the ST.component("locator"); API?
Using ST.component("locator").setValue(""); results in the following error:
TypeError: ST.component(...).setValue is not a function...
PS: Is the old forum now permanently closed? Is there a way to view older questions?
Edit: Seems like the other forum was down yesterday, therefore the PS.
 
                        
If it's an Ext JS field you will need to use the
ST.fieldAPI in Sencha Test, which has asetValuemethod. This method isn't available on the more genericST.componentAPI.Or if it's a normal input field (not an Ext JS component), then you can do the following: