We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3ced3e + 417600f commit ae805caCopy full SHA for ae805ca
2 files changed
webapp/components/rxd/RxdConstants.js
@@ -120,6 +120,7 @@ const RxdConstants = (props) => {
120
fullWidth
121
label="value"
122
variant="filled"
123
+ realType="float"
124
model={`${baseTag}['${constant}']`}
125
/>
126
</div>
webapp/components/rxd/RxdRegion.js
@@ -196,6 +196,7 @@ const RxdRegion = (props) => {
196
197
198
199
200
model={`${baseTag}['geometry']['args']['${item}']`}
201
202
0 commit comments