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

✨ Allow the usage of built-in input to be optional #19

Merged
merged 2 commits into from
Dec 27, 2018

Conversation

champi-dev
Copy link
Contributor

Added the prop strengthMeterOnly to toggle the visibily of the input that's already inside the PasswordStrengthMeter component. This will allow users to use their own input element. For this to work both the user's input element and the password component must bound v-model to the same variable.

Added the prop strengthMeterOnly to toggle the visibily of the input that's already inside the PasswordStrengthMeter component. This will allow users to use their own input element. For this to work both the user's input element and the password component must bound v-model to the same variable.
@champi-dev
Copy link
Contributor Author

champi-dev commented Jul 25, 2018

It would be nice to see what test actually failed so that I can fix it quickly.

Also the only test that I'm seeing is the Hello.spec.js

screen shot 2018-07-25 at 2 08 39 pm

screen shot 2018-07-25 at 2 08 45 pm

As I commented on the currently opened Issue #18 Add unit tests, I'll be more than happy to help with those if someone writes down the components desired behavior.

I really like this library and will use it in production.

@apertureless
Copy link
Owner

apertureless commented Aug 7, 2018

Cool thanks for this!
Could you also add a small example to the readme?

Yeah it's only the default test. If I find some time I will add jest and some basic unit tests.

@apertureless apertureless self-requested a review August 7, 2018 06:56
Copy link
Owner

@apertureless apertureless left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a small example of the usage to the readme.

@apertureless apertureless mentioned this pull request Aug 29, 2018
@champi-dev
Copy link
Contributor Author

@apertureless I'll add the example this weekend.

@apertureless
Copy link
Owner

@devsarmico reminder

@jkourou
Copy link

jkourou commented Dec 3, 2018

@devsarmico Hey! Really appreciate this change and I would like to use it as well. Any chance you are soon working on the requested changes from @apertureless so he can merge it?

Cheers!

@champi-dev
Copy link
Contributor Author

@devsarmico Hey! Really appreciate this change and I would like to use it as well. Any chance you are soon working on the requested changes from @apertureless so he can merge it?

Cheers!

Done. @apertureless I've just added the strengthMeterOnly to README.md

@jkourou
Copy link

jkourou commented Dec 17, 2018

@apertureless Hey! Any chance you are merging this?

Thank you!

@champi-dev
Copy link
Contributor Author

@apertureless Hey! Any chance you are merging this?

Thank you!

@jkourou Are you using this component in production?
@apertureless Has to check out the changes and merge them. I also think that the test that is failing should be removed (It's a test that relates to Hello.vue, a file that is not used/necessary at all)

@jkourou
Copy link

jkourou commented Dec 18, 2018

@devsarmico I am currently building an MVP, but yes this is going to production pretty soon. Anything I should know? :)

@apertureless
Copy link
Owner

Sorry for the delay. Quite busy with work.
I will review and merge this PR this week. Promise 🙏

I'm gonna work this week on some other features too and will be adding tests finally.

@apertureless apertureless merged commit b2201bc into apertureless:develop Dec 27, 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

3 participants