On Tue, Nov 25, 2025 at 13:11 Lukasz Lenart: > pon., 24 lis 2025 o 20:20 Greg Huber: <[email protected]> >> White space, ie space bar on keybpard. > I don't see any problem with passing an empty value, it all depends on > validators assigned to the field.
A long time ago (book era) spaces were fine, and we wrote type converters and interceptors to explicitly remove them (eg BigDecimal type converter, white space trimmer interceptor—put them in the book because kept using them irl) I don’t know if any of that default behavior changed, but check your interceptors and type converters first. d
