Skip to content

feat(input-date): support onKeyDown and onKeyUp #368

feat(input-date): support onKeyDown and onKeyUp

feat(input-date): support onKeyDown and onKeyUp #368

Triggered via push August 17, 2023 13:59
Status Failure
Total duration 2m 38s
Artifacts

quality.yml

on: push
Checking code quality
2m 28s
Checking code quality
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Checking code quality
@snowball-tech/fractal#types:check: command (/home/runner/work/fractal/fractal/packages/fractal) yarn run types:check exited (2)
Checking code quality
Type '{ label: string; }' is missing the following properties from type 'InputDateProps': onKeyDown, onKeyUp
Checking code quality
Type '{ label: string; required: true; }' is missing the following properties from type 'InputDateProps': onKeyDown, onKeyUp
Checking code quality
Type '{ defaultValue: { day: number; month: number; year: number; }; label: string; }' is missing the following properties from type 'InputDateProps': onKeyDown, onKeyUp
Checking code quality
Type '{ descriptions: { day: string; month: string; year: string; }; label: string; placeholders: { day: string; month: string; year: string; }; }' is missing the following properties from type 'InputDateProps': onKeyDown, onKeyUp
Checking code quality
Type '{ descriptions: { day: string; month: string; year: string; }; disabled: true; label: string; placeholders: { day: string; month: string; year: string; }; }' is missing the following properties from type 'InputDateProps': onKeyDown, onKeyUp
Checking code quality
Type '{ defaultValue: { day: number; month: number; year: number; }; descriptions: { day: string; month: string; year: string; }; disabled: true; label: string; }' is missing the following properties from type 'InputDateProps': onKeyDown, onKeyUp
Checking code quality
Type '{ defaultValue: { day: number; month: number; year: number; }; descriptions: { day: string; month: string; year: string; }; label: string; readOnly: true; }' is missing the following properties from type 'InputDateProps': onKeyDown, onKeyUp
Checking code quality
Type '{ defaultValue: { day: number; month: number; year: number; }; descriptions: { day: string; month: string; year: string; }; label: string; }' is missing the following properties from type 'InputDateProps': onKeyDown, onKeyUp
Checking code quality
Type '{ defaultValue: { day: number; month: number; year: number; }; descriptions: { day: string; month: string; year: string; }; error: string; label: string; }' is missing the following properties from type 'InputDateProps': onKeyDown, onKeyUp