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
This commit is contained in:
Baptiste Devessier
2025-10-06 11:57:55 +02:00
committed by GitHub
parent f6240fabd0
commit 6b463736cc
64 changed files with 353 additions and 61 deletions
File diff suppressed because one or more lines are too long