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

[Bug Report][3.5.16] VNumberInput #19659

Closed
robbatt opened this issue Apr 20, 2024 · 1 comment · Fixed by #19714
Closed

[Bug Report][3.5.16] VNumberInput #19659

robbatt opened this issue Apr 20, 2024 · 1 comment · Fixed by #19714
Assignees
Labels
C: VNumberInput T: bug Functionality that does not work as intended/expected
Milestone

Comments

@robbatt
Copy link

robbatt commented Apr 20, 2024

Environment

Vuetify Version: 3.5.16
Vue Version: 3.4.23
Browsers: Chrome 124.0.0.0
OS: Linux x86_64

Steps to reproduce

click the button in the playground, error messages are not working yet.

Expected Behavior

validation as with v-text-field

Actual Behavior

not existing ??

Reproduction Link

https://play.vuetifyjs.com/#...

Other comments

if this will take time to resolve, is there a way how I can fill the messages slot of the component manually? (excuse the stupid question, I'm new to vue3 and not entirely sure how to use the slots etc.)

@yuwu9145 yuwu9145 self-assigned this Apr 22, 2024
@KaelWD KaelWD added T: bug Functionality that does not work as intended/expected C: VNumberInput labels Apr 23, 2024
@KaelWD
Copy link
Member

KaelWD commented Apr 23, 2024

@yuwu9145 why exclude so many props?

...only(makeVInputProps(), [
'density',
'disabled',
'focused',
'hideDetails',
'hint',
'label',
'persistentHint',
'readonly',
]),
...only(makeVFieldProps(), [
'baseColor',
'bgColor',
'class',
'color',
'disabled',
'error',
'loading',
'reverse',
'rounded',
'style',
'theme',
'variant',
]),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VNumberInput T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants