Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to disable a button in a blade file

<button {{$disableButton ? 'disabled' : ''}}>
    ...
</button>
 
PREVIOUS NEXT
Tagged: #disable #button #blade #file
ADD COMMENT
Topic
Name
3+7 =