Home >Web Front-end >JS Tutorial >About removing textfield methods from form in Ext: hide(), setVisible(false), remove()_javascript tips
Problem: When using the hide() method and setvisible(false) method to remove the middle of the items (I have seen many examples where the tail forms are removed), the original form verification is invalid
Solution: Use the remove(id) method Remove the form and get a valid form
Reason: Unknown, I hope you can add it
Supplement: The following is a simplified version of the problem code I encountered. It has not been tested. It probably means that if you want to control the problem in the form, Display the form, using the remove() method is valid