diff --git a/webapp/components/rxd/RxdConstants.js b/webapp/components/rxd/RxdConstants.js index aa47ad70..aa9e5abd 100644 --- a/webapp/components/rxd/RxdConstants.js +++ b/webapp/components/rxd/RxdConstants.js @@ -120,6 +120,7 @@ const RxdConstants = (props) => { fullWidth label="value" variant="filled" + realType="float" model={`${baseTag}['${constant}']`} /> diff --git a/webapp/components/rxd/RxdRegion.js b/webapp/components/rxd/RxdRegion.js index 58e6d427..561ce06c 100644 --- a/webapp/components/rxd/RxdRegion.js +++ b/webapp/components/rxd/RxdRegion.js @@ -196,6 +196,7 @@ const RxdRegion = (props) => { fullWidth label="value" variant="filled" + realType="float" model={`${baseTag}['geometry']['args']['${item}']`} />