-
Notifications
You must be signed in to change notification settings - Fork 340
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
chore(docs): added missing props translations #3367
chore(docs): added missing props translations #3367
Conversation
Hi, I am filling prop descriptions, I meet What does this prop do? |
8e66ba7
to
0ae25c9
Compare
Oh, It's in the |
Adding |
Looks like contain is an old prop used and |
Hi, @m0ksem, thanks for taking the review. As you said |
Can you push changes, so I can take a look? I'm not understanding the issue... |
Can be made in api-options.ts file export default defineManualApi({
props: {
contain: {
hidden: true,
}
},
// ...
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks good for me.
Thank you very much, I'll put it in a new issue. |
@m0ksem, the issue disappear when I save the edit and then |
This pr is ready for review, thanks. |
Hi. It is exposed trough |
Good work, thanks! |
Ah, What I mean is there are It's strange to have the |
Try to fix #2095.
Description
waiting for
file
ofVaFileUpload
Types of changes