-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
OField message slot not rendered when horizontal #427
Comments
hey @lucifilote ! I believe that this behaviour is intentional
|
@yoji-kojio it's a bug! |
@jtommy can you assign to me? I will open a PR :D |
@yoji-kojio I had to revert your PR, it shows two messages and it break the HTML template |
Any update on this issue? |
Overview of the problem
Oruga version: [0.5.6]
Vuejs version: [2.7.10]
OS/Browser:
Description
When using
<o-field horizontal>
<template #message>Message goes here</template>
</o-field>
The #message slot is not rendered.
Steps to reproduce
horizontal
set totrue
Expected behavior
Message slot should be rendered
Actual behavior
Message slot is not rendered
The text was updated successfully, but these errors were encountered: