-
Notifications
You must be signed in to change notification settings - Fork 0
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 (refs T34082): add missing Hooks/Selectors & E2E Props. #1860
Conversation
dataCyEndDate: { | ||
type: String, | ||
required: false | ||
}, | ||
|
||
dataCyStartDate: { | ||
type: String, | ||
required: false | ||
}, |
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.
for not required fields , we always should use a default
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.
Done in 3599e2e
dataCyEndDate: { | ||
type: String, | ||
required: false, | ||
default: '' |
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.
shouldn't the default be something maningfull like "endDate" ?
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.
Done in 3a51541, thnx
dataCyStartDate: { | ||
type: String, | ||
required: false, | ||
default: '' |
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.
see above
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.
Done in 3a51541, thnx
https://yaits.demos-deutschland.de/T34082
demos-europe/demosplan-ui#443