We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb8288a commit bb2f088Copy full SHA for bb2f088
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