Skip to content
New issue

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

feat: add « disabled » and « disabledClass » prop #15

Merged
merged 3 commits into from
Jul 18, 2018

Conversation

XavierVallot
Copy link
Contributor

Add a feature that allow us to disable/enable the input field with a prop.

<password 
    v-model="password"
    disabled
/>

When enabled:
capture du 2018-07-17 11-40-43

When disabled:
capture du 2018-07-17 11-40-57

Visual modifications are minors, but it still can be modified.

@apertureless
Copy link
Owner

Nice, thanks for the PR!

@apertureless apertureless merged commit 0bb6240 into apertureless:master Jul 18, 2018
@apertureless apertureless added this to the 1.3.0 milestone Jul 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants