Button is disabled
See original GitHub issueWhen I instantiate the button with:
<v-button @click.prevent="submitRegister" type="primary" @click.prevent="submitLogin">Submit</v-button>
It is disabled with disabled="disabled"
. I tried it with :disabled="false"
but without success.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
HTML DOM Button disabled Property - W3Schools
The disabled property sets or returns whether a button is disabled, or not. A disabled element is unusable and un-clickable. Disabled elements are...
Read more >HTML button disabled Attribute - Dofactory
Thedisabled attribute specifies that the button is disabled. The button appears grayed out and is not usable. Disabled buttons are not included in...
Read more >HTML <button> disabled Attribute - GeeksforGeeks
The disabled attribute for <button> element in HTML is used to specify that the button is disabled. A disabled button is un-clickable and ......
Read more >Frustrating Design Patterns: Disabled Buttons
Disabled buttons don't explain what's wrong. They communicate that something is off, but very often it's just not good enough. As a result,...
Read more >How to disable an HTML button element - Nathan Sebhastian
You can disable the <button> element in HTML by adding the disabled attribute to the element. The disabled attribute is a boolean attribute ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Im sorry to tell you vue-beauty is based on vue1.0,so you cant use it with vue2.x.Please pay attention to the next branch.We will built a 2.0 version recently which support i18n.
Sure, thanks for your attention.
OS: Ubuntu 16.04 (through Vagrant) Browser: Chrome 55.0.2883.87 Vue.js: 2.1.0 Vue Beauty: 0.0.10
I also get these warnings:
The fifth warning refers to this issue.