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

fix(field): fix slot invoked outside render function #906

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

mlmoravek
Copy link
Member

Fixes #427

Proposed Changes

  • fix [Vue warn]: Slot "default" invoked outside of the render function: this will not track dependencies used in the slot. Invoke the slot function inside the render function instead.
  • resolve FieldBody component
  • update inner field rendering
  • add messageTag prop
  • add label prop to label slot
  • add message prop to message slot

@mlmoravek mlmoravek added bug Something isn't working enhancement Improvements to existing features and functionality refactoring This involves some refactoring of existing code. labels Apr 22, 2024
Copy link

netlify bot commented Apr 22, 2024

Deploy Preview for oruga-documentation-preview ready!

Name Link
🔨 Latest commit 8725779
🔍 Latest deploy log https://app.netlify.com/sites/oruga-documentation-preview/deploys/6626c5bc4f9d670008ecdb94
😎 Deploy Preview https://deploy-preview-906--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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement Improvements to existing features and functionality refactoring This involves some refactoring of existing code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OField message slot not rendered when horizontal
1 participant