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(inputs): expose setFocus function for all input components #793

Merged
merged 2 commits into from
Feb 22, 2024

Conversation

mlmoravek
Copy link
Member

This makes it easier to programmatically focus an input component.

Proposed Changes

  • expose setFocus for all input components

@mlmoravek mlmoravek added the enhancement Improvements to existing features and functionality label Feb 21, 2024
Copy link

netlify bot commented Feb 21, 2024

Deploy Preview for oruga-documentation-preview ready!

Name Link
🔨 Latest commit bde8da0
🔍 Latest deploy log https://app.netlify.com/sites/oruga-documentation-preview/deploys/65d5cb69b7acb0000897053a
😎 Deploy Preview https://deploy-preview-793--oruga-documentation-preview.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.

Copy link

codecov bot commented Feb 21, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (cefffc2) 54.32% compared to head (bde8da0) 54.41%.

Files Patch % Lines
...-next/src/components/autocomplete/Autocomplete.vue 50.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #793      +/-   ##
===========================================
+ Coverage    54.32%   54.41%   +0.09%     
===========================================
  Files           31       31              
  Lines         1493     1496       +3     
  Branches       530      530              
===========================================
+ Hits           811      814       +3     
  Misses         682      682              
Flag Coverage Δ
oruga-next 54.41% <80.00%> (+0.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mlmoravek mlmoravek merged commit a290c8b into oruga-ui:develop Feb 22, 2024
9 checks passed
@mlmoravek mlmoravek deleted the feat-focus branch February 22, 2024 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements to existing features and functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant