Skip to content

Commit

Permalink
systemd: hack for NumberInput not being readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly authored and martinpitt committed Jul 21, 2023
1 parent d5f8255 commit 093afe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/systemd/terminal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ const _ = cockpit.gettext;
</ToolbarItem>
<ToolbarItem>
<NumberInput
inputProps={{ readOnlyVariant: 'default' }} // HACK for https://github.com/patternfly/patternfly-react/issues/9311
className="font-size"
value={this.state.size}
min={this.minSize}
Expand Down

0 comments on commit 093afe0

Please sign in to comment.