-
Why when a field is not present does it throw an exception instead of just assigning null? I looked for mandatory vs optional fields in nmea 0183, looks like there aren't explicit mandatory rules for …
-
- Leeftijd
- Geslacht
- Postcode
- Rol
-
## Scope & Context
**Example:**
A nice feature would be the possibility to re-order the fields. Both custom and standard.
## Current behavior
Currently, they are sorted in alphabetical ord…
-
It would be incredibly helpful to split out the padding fields to horizontal & vertical to allow for more custom sizing by default. As it stands now, the only way to handle this after the fact would b…
-
- [x] add more and restructure default item fields
- [x] implement input-based required property dependencies
- [x] make all default item fields to system fields
-
When I use my schema, a directive throws `Only scalar (or nonnull version of this) are supported`.
The related part of the schema:
```graphql
"""The directive is responsible for authorization ch…
-
Currently it's not possible to differentiate between required fields, and fields with an empty string as the default (making them optional)
Fields without any default values at all, should be marke…
-
There is at least no `MultiReference` and `Option` as possible values in the `fields[].type` enum even those can be returned.
Moreover `fields[].validations` is also not defined at all.
This is …
-
![image.png](https://raw.githubusercontent.com/ItsMeNengYi/pe/main/files/b45e114d-b09f-4e10-be9a-783e8a0830b7.png)
When multiple phone number fields are given, error is given.
However, there's no err…
-
Hello! I have a remix-forms `Form` setup like so
```
```
It works great except for the fact that the hidden `conditionEventType` field is not being sent to the action -- only the inputs that …