Evgenij S.

Results 12 comments of Evgenij S.
trafficstars

I have also encountered the issue no. 2 on Flutter web. The user credentials are autofilled immediately when I press on the username or password field and it gets focused....

I think that the opposite behaviour should actually be implemented. If a field is specified with `nullable: true` in the OpenAPI declaration, the generator should generate `@JsonInclude(JsonInclude.Include.NON_NULL)` on the related...