Sjoerd van Bommel

Results 3 issues of Sjoerd van Bommel

Closes #1602 ## 📝 Description This PR contains 2 small changes: - Override odd selected row background color when `isStriped` is `true` (this used to stay the striped background color)...

The `Value#Default` function transforms an array into an object with `'0'` property in certain cases. Example: ```ts const schema = Type.Composite([ Type.Object({ arrayOfIds: Type.Array(Type.Object({ id: Type.Number() })), }), Type.Object({ arrayOfIds:...

Hi, I wanted to set a dynamic default value to `id` properties using `Transform`, but noticed it throws before decoding because the value does not follow the schema, which is...