epicmaxco / vuestic-ui

Vuestic UI is an open-source Vue 3 component library designed for rapid development, easy maintenance, and high accessibility. Maintained by Epicmax (@epicmaxco).
https://vuestic.dev
MIT License
3.52k stars 340 forks source link

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

Closed padinko closed 2 months ago

padinko commented 2 months ago

Description

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

Markup:

```vue ```

Types of changes

netlify[bot] commented 2 months ago

Deploy Preview for vuestic-storybook ready!

Name Link
Latest commit c284e7a95f8801f9cb02988630157643eb141191
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[bot] commented 2 months ago

Deploy Preview for vuestic-docs ready!

Name Link
Latest commit c284e7a95f8801f9cb02988630157643eb141191
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 commented 2 months ago

Thanks!