Files
twenty/packages/twenty-front
Baptiste Devessier 6b463736cc Handle empty values for boolean form field (#14884)
This PR uses a select component instead of `BooleanInput` for boolean
form fields. This makes it clear that the default value is `undefined`.

## Before


https://github.com/user-attachments/assets/84061638-0ba0-4f79-965e-90517d45aa3e

## After


https://github.com/user-attachments/assets/cdbcf935-5c5b-46d1-a1cc-110670b460ee

Fixes https://github.com/twentyhq/twenty/issues/14851
2025-10-06 11:57:55 +02:00
..
2025-04-17 16:03:51 +02:00
2025-08-11 14:10:04 +02:00
2025-10-03 17:32:21 +02:00

Run yarn dev while server running on port 3000