How does the Button control in ant-design become effective when it is invalid?

Button was originally set to disabled. What should I do if I want Button to be set to valid

Apr.01,2021

two methods correspond to different scenarios
1, delete the disable attribute in the properties of the component
2, and dynamically set disable= {false}

.
Menu