mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 23:05:46 +00:00
feat(FE-114): update MovementForm and RecordingForm to use inputPrefix and inputSuffix for improved input handling
This commit is contained in:
@@ -799,7 +799,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
|
||||
allowNegative={false}
|
||||
thousandSeparator=','
|
||||
decimalSeparator='.'
|
||||
suffix=" gram"
|
||||
inputSuffix="gram"
|
||||
isError={
|
||||
isRepeaterInputError('body_weights', 'weight', idx)
|
||||
.isError
|
||||
@@ -852,7 +852,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
|
||||
allowNegative={false}
|
||||
thousandSeparator=','
|
||||
decimalSeparator='.'
|
||||
suffix=" gram"
|
||||
inputSuffix="gram"
|
||||
isError={
|
||||
isRepeaterInputError('body_weights', 'average_weight', idx)
|
||||
.isError
|
||||
|
||||
Reference in New Issue
Block a user