We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome 75.0.3770.100
<md-table v-model="bankLogs" md-card md-fixed-header> <md-table-toolbar> <h1 class="md-title">TEST</h1> <md-button class="md-raised md-primary" @click="callback($event)" :disabled="disabled || isLoading">Search</md-button> </md-table-toolbar> <md-table-empty-state md-label="TEST" :md-description="`TEST.`"> <md-button class="md-raised md-primary" @click="callback($event)" :disabled="disabled || isLoading">Search</md-button> </md-table-empty-state> <md-table-row slot="md-table-row" slot-scope="{ item }" :class="{ 'md-selected-single md-accent' : item.valid == false }"> <md-table-cell md-label="TEST" md-sort-by="payDtTime" md-numeric>{{formatDate(item.payDtTime)}}</md-table-cell> </md-table-row> </md-table>
When I set 'disabled' to false, the button is still disabled. When I put buttons outside of the table, the buttons are working fine.
The text was updated successfully, but these errors were encountered:
7 months later, and I have run into this issue as well. Is there a fix?
Sorry, something went wrong.
No branches or pull requests
Which browser?
Chrome 75.0.3770.100
Code
What is actually happening?
When I set 'disabled' to false, the button is still disabled. When I put buttons outside of the table, the buttons are working fine.
The text was updated successfully, but these errors were encountered: