mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-12 10:34:17 +00:00
Merge branch 'numeric_range_field' of https://github.com/sartography/spiff-arena into numeric_range_field
This commit is contained in:
commit
28593bc04c
@ -970,7 +970,7 @@ div.onboarding {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
margin-inline-end: none;
|
||||
margin-inline-end: 0;
|
||||
}
|
||||
|
||||
.radio-button-group-column > * {
|
||||
|
@ -54,7 +54,7 @@ export default function CharacterCounterField({
|
||||
|
||||
if (schema.maxLength === undefined) {
|
||||
throw new Error(
|
||||
'CharacterCounterTextField requires a "maximum" property to be specified'
|
||||
'CharacterCounterTextField requires a "maxLength" property to be specified in the schema'
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user