-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: dynamic unit on input number #803
Conversation
QRuhier
commented
Sep 11, 2024
•
edited
Loading
edited
- Dynamic Unit on InputNumber #695
4a76142
to
3ba78e7
Compare
d37c2f2
to
a1d4e9f
Compare
src/constants/dictionary.jsx
Outdated
@@ -521,10 +521,18 @@ const dictionary = { | |||
en: 'Please respect the date format', | |||
fr: 'Merci de respecter le format de la date', | |||
}, | |||
dynamicUnit: { | |||
en: 'Custom unit of measure', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Customized unit of measurement
src/constants/dictionary.jsx
Outdated
unit: { | ||
en: 'Unit of measure', | ||
fr: 'Unité de mesure', | ||
}, | ||
dynamicUnitFormula: { | ||
en: 'Formula of the unit of measure', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unit of measurement formula
src/widgets/component-new-edit/components/response-format/simple/simple-numeric.jsx
Outdated
Show resolved
Hide resolved
src/widgets/component-new-edit/components/response-format/simple/simple-numeric.jsx
Outdated
Show resolved
Hide resolved
68b64ef
to
b7adab6
Compare
6c4908d
to
d645e74
Compare
Quality Gate failedFailed conditions |