ltr input
Build and Deploy Docker Images / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-18 23:09:35 +03:30
parent 461112c8ab
commit 78e4097d8c
@@ -111,9 +111,12 @@ function StepEnterNumber(_props: StepEnterNumberProps = {}) {
</div>
{step === AUTH_STEP.ENTER_NUMBER && (
<InputField
type='tel'
inputMode='tel'
autoComplete='tel'
dir='ltr'
className='mt-10 w-full bg-container'
inputClassName='text-left dltr'
htmlFor={AUTH_PAGE_ELEMENT.INPUT_PHONE}
labelText={t('Enter.LabelPhoneNumber')}
{...formik.getFieldProps('phone')}