Skip to content

Commit

Permalink
fix: readonly number fields should not show controls
Browse files Browse the repository at this point in the history
  • Loading branch information
kerlon5 authored and Niklas Kiefer committed Oct 5, 2023
1 parent 6b4240d commit a8e1bb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/form-js-viewer/assets/form-js-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,10 @@
color: var(--cds-text-inverse, var(--color-text));
}

.fjs-container .fjs-form-field-number.fjs-readonly .fjs-number-arrow-container {
display: none;
}

.fjs-container .fjs-radio {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit a8e1bb4

Please sign in to comment.