Skip to content

feat(input): add native autocomplete attribute support#4370

Merged
m0ksem merged 1 commit intoepicmaxco:developfrom
padinko:develop
Sep 13, 2024
Merged

feat(input): add native autocomplete attribute support#4370
m0ksem merged 1 commit intoepicmaxco:developfrom
padinko:develop

Conversation

@padinko
Copy link
Copy Markdown
Contributor

@padinko padinko commented Sep 3, 2024

Description

Add support for native <input autocomplete=...> attribute. Docs.
This attribute is very necessary to handle autofilling forms (like login/register/address/...)

Markup:

Details
<VaInput
    v-model="form.username"
    :label="t('username')"
    required
    autofocus
    autocomplete="username"
/>

<VaInput
    v-model="form.password"
    type="password"
    :label="t('password')"
    required
    autocomplete="current-password"
/>

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Improvement/refactoring (non-breaking change that doesn't add any feature but make things better)

@netlify
Copy link
Copy Markdown

netlify bot commented Sep 3, 2024

Deploy Preview for vuestic-storybook ready!

Name Link
🔨 Latest commit c284e7a
🔍 Latest deploy log https://app.netlify.com/sites/vuestic-storybook/deploys/66d6cb53e721680008bcc8b5
😎 Deploy Preview https://deploy-preview-4370--vuestic-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link
Copy Markdown

netlify bot commented Sep 3, 2024

Deploy Preview for vuestic-docs ready!

Name Link
🔨 Latest commit c284e7a
🔍 Latest deploy log https://app.netlify.com/sites/vuestic-docs/deploys/66d6cb5350f9bb0008c0d4ce
😎 Deploy Preview https://deploy-preview-4370--vuestic-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@m0ksem m0ksem self-requested a review September 10, 2024 08:48
@m0ksem
Copy link
Copy Markdown
Member

m0ksem commented Sep 13, 2024

Thanks!

@m0ksem m0ksem merged commit ff822e7 into epicmaxco:develop Sep 13, 2024
raichev-dima pushed a commit to raichev-dima/vuestic-ui that referenced this pull request Dec 12, 2024
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.

2 participants