Skip to content

can't see the Range mode end date manual input #518

@benzinamohamed

Description

@benzinamohamed

i have tried almost everything to get to see the end date manual input in my screen

Image

Im not sure but if its a real issue it might be in the flexdirection

{mode === 'range' ? ( <View style={sharedStyles.flexDirectionRow}> <DatePickerInputWithoutModal inputMode="start" ref={startInput} mode="outlined" label={startLabel} value={state.startDate} onChange={(startDate) => onChange({ ...state, startDate })} returnKeyType={'next'} onSubmitEditing={onSubmitStartInput} validRange={validRange} locale={locale} withModal={false} autoComplete={'off'} inputEnabled={inputEnabled} withDateFormatInLabel={withDateFormatInLabel} placeholder={placeholder} /> <View style={styles.separator} /> <DatePickerInputWithoutModal inputMode="end" ref={endInput} mode="outlined" label={endLabel} value={state.endDate} onChange={(endDate) => onChange({ ...state, endDate })} onSubmitEditing={onSubmitEndInput} validRange={validRange} locale={locale} withModal={false} autoComplete="off" inputEnabled={inputEnabled} withDateFormatInLabel={withDateFormatInLabel} placeholder={placeholder} /> </View>

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions