Tag:Inaccessible
-
Disabled a value that cannot be entered cannot be passed to the action layer
If you want the form to be in a state that cannot be entered, I set the form to: Copy code The code is as follows: style=”cursor:not-allowed;” disabled However, after this setting, it is found that there is no way to get the value for the action in the background. Finally, I searched the Internet […]