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.
1 parent fce1540 commit 514d29bCopy full SHA for 514d29b
docs/src/stories/rails-form-framework/TextInput.stories.jsx
@@ -220,7 +220,7 @@ export const InputTemplate = ({
220
placeholder={placeholder}
221
id="input-id"
222
type="text"
223
- readonly={readOnly ? 'true' : 'false'}
+ readonly={readOnly ? 'true' : undefined}
224
className={clsx(
225
'FormControl-input',
226
size && `${size}`,
@@ -262,7 +262,7 @@ export const InputTemplate = ({
262
263
264
disabled={disabled ? 'true' : undefined}
265
266
267
268
0 commit comments