Hi,
I have built a Glamour browser that uses magritte descriptions.
The underlying data model is very simple. There are only integers to be displayed.
When I click the save button, I get some validation errors stating that the input entered
in the text field is invalid.
If I deal with strings that is ok.
So I think that the input is not converted into integer and therefore magritte does not
like it because an integer is expected but a string is provided.
Anybody already tried this use case ?
Francois