mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE-208,212): update input wrapper classes for improved responsiveness in PurchaseRequestForm
This commit is contained in:
@@ -760,7 +760,7 @@ const PurchaseRequestForm = ({
|
|||||||
isRepeaterInputError(idx, 'qty').errorMessage
|
isRepeaterInputError(idx, 'qty').errorMessage
|
||||||
}
|
}
|
||||||
className={{
|
className={{
|
||||||
wrapper: 'min-w-24',
|
wrapper: 'w-full min-w-32 md:min-w-48 lg:min-w-52',
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</td>
|
</td>
|
||||||
@@ -780,7 +780,7 @@ const PurchaseRequestForm = ({
|
|||||||
onBlur={formik.handleBlur}
|
onBlur={formik.handleBlur}
|
||||||
type='text'
|
type='text'
|
||||||
className={{
|
className={{
|
||||||
wrapper: 'min-w-24',
|
wrapper: 'w-full min-w-32 md:min-w-48 lg:min-w-52',
|
||||||
}}
|
}}
|
||||||
disabled={true}
|
disabled={true}
|
||||||
readOnly={true}
|
readOnly={true}
|
||||||
@@ -813,7 +813,7 @@ const PurchaseRequestForm = ({
|
|||||||
readOnly={true}
|
readOnly={true}
|
||||||
disabled={true}
|
disabled={true}
|
||||||
className={{
|
className={{
|
||||||
wrapper: 'min-w-24',
|
wrapper: 'w-full min-w-32 md:min-w-48 lg:min-w-52',
|
||||||
}}
|
}}
|
||||||
placeholder={
|
placeholder={
|
||||||
item.product_id
|
item.product_id
|
||||||
|
|||||||
Reference in New Issue
Block a user