ltr input
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-18 23:09:24 +03:30
parent 4d27448450
commit b2a8975053
3 changed files with 8 additions and 6 deletions
+5 -3
View File
@@ -62,8 +62,9 @@ const LoginStep1: FC = () => {
<Input
label={t('auth.mobile')}
placeholder={t('auth.enter_mobile')}
type='text'
className='text-right'
type='tel'
dir='ltr'
className='text-left dltr'
name='phone'
onChange={formik.handleChange}
value={formik.values.phone}
@@ -83,7 +84,8 @@ const LoginStep1: FC = () => {
label={t('auth.slug')}
placeholder={t('auth.enter_slug')}
type='text'
className='text-right'
dir='ltr'
className='text-left dltr'
name='slug'
onChange={formik.handleChange}
value={formik.values.slug}