We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6a9b99 + bb2f088 commit 0930f8eCopy full SHA for 0930f8e
src/components/ModalWindows/BramModal.js
@@ -70,6 +70,7 @@ function BramModal({
70
fieldType: FieldType.float,
71
id: 'port_a_toggle_rate',
72
text: 'Toggle Rate',
73
+ step: '0.5',
74
value: defaultValue.port_a_toggle_rate,
75
},
76
],
@@ -107,6 +108,7 @@ function BramModal({
107
108
109
id: 'port_b_toggle_rate',
110
111
112
value: defaultValue.port_b_toggle_rate,
113
114
src/components/ModalWindows/DMAModal.js
@@ -51,6 +51,7 @@ function DMAModal({
51
52
id: 'toggle_rate',
53
54
55
value: defaultValue.toggle_rate,
56
57
]}
0 commit comments