ratio field Why must one be selected? #2039
-
There are cases where neither is selected. This situation cannot be achieved with ratio |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
It can only be realized by select, but it is inconvenient |
Beta Was this translation helpful? Give feedback.
-
Changing from require to required didn't work. |
Beta Was this translation helpful? Give feedback.
-
@JessChowdhury "payload": "1.2.5" |
Beta Was this translation helpful? Give feedback.
-
The required validation on radios was fixed in a more recent version. Upgrading Payload will help, but not completely fix your problem. Radio inputs in the browser don't work the way you want. There is no way to deselect a value without adding a clear button. You need a third option for 'null' in your list it seems. |
Beta Was this translation helpful? Give feedback.
The required validation on radios was fixed in a more recent version. Upgrading Payload will help, but not completely fix your problem.
Radio inputs in the browser don't work the way you want. There is no way to deselect a value without adding a clear button. You need a third option for 'null' in your list it seems.