-
Notifications
You must be signed in to change notification settings - Fork 924
Labels
bugBehavior is wrong or brokenBehavior is wrong or brokencommunity-contribution-in-progressgood first issueSelf-contained, straightforward, low-complexitySelf-contained, straightforward, low-complexityhelp wantedOpen source contributors welcomeOpen source contributors welcome
Description
🙂 Looking for an issue? Welcome! This issue is open for contribution. If this is the first time you’re requesting an issue, please:
- Read Contributing guidelines carefully. Pay extra attention to Using generative AI. Pull requests and comments that don’t follow the guidelines won’t be answered.
- Confirm that you’ve read the guidelines in your comment.
Observed behavior
While creating an account, we see custom prop validation failed when value is empty because of the current computed function logic
Errors and logs
[Vue warn]: Invalid prop: custom validator check failed for prop "value".
Expected behavior
- When
valueis empty or no matching option exists, the component'sselectedcomputed should returnnull(or another value accepted byKSelect's validator) soKSelectsees an explicitly empty value rather than an invalid object. - No Vue prop-validator warnings should appear in the console during initial render or navigation.
User-facing consequences
Steps to reproduce
- Open the Create Account page (User Auth -> Create account)
- Inspect the browser console
Context
- Application: Kolibri
- OS: Debian (PopOs)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugBehavior is wrong or brokenBehavior is wrong or brokencommunity-contribution-in-progressgood first issueSelf-contained, straightforward, low-complexitySelf-contained, straightforward, low-complexityhelp wantedOpen source contributors welcomeOpen source contributors welcome
