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

Extend NcInputField props and forward $attrs to NcPasswordField and NcTextField #3485

Merged
merged 1 commit into from
Nov 17, 2022

Conversation

skjnldsv
Copy link
Contributor

@skjnldsv skjnldsv commented Nov 16, 2022

@skjnldsv skjnldsv added enhancement New feature or request 3. to review Waiting for reviews feature: input-field Covering the InputField, TextField, ... labels Nov 16, 2022
@skjnldsv skjnldsv added this to the 7.1.0 milestone Nov 16, 2022
@skjnldsv skjnldsv self-assigned this Nov 16, 2022
@skjnldsv skjnldsv force-pushed the feat/text-fields-simplify branch 3 times, most recently from f627065 to 20c0870 Compare November 16, 2022 08:36
Copy link
Contributor

@nickvergessen nickvergessen left a comment

Choose a reason for hiding this comment

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

:electron:

Copy link
Contributor

@ShGKme ShGKme left a comment

Choose a reason for hiding this comment

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

It seems to be a breaking change around minlength in NcPasswordField

src/components/NcInputField/NcInputField.vue Outdated Show resolved Hide resolved
…cTextField

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
@skjnldsv skjnldsv added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Nov 17, 2022
@skjnldsv skjnldsv merged commit 4df40b5 into master Nov 17, 2022
@skjnldsv skjnldsv deleted the feat/text-fields-simplify branch November 17, 2022 07:14
@nickvergessen
Copy link
Contributor

/backport to stable7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish enhancement New feature or request feature: input-field Covering the InputField, TextField, ...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extend default text fields attributes programmatically instead of defining every. single. use case.
4 participants