Unplanned
Last Updated: 30 Sep 2021 07:26 by ADMIN
Userix
Created on: 30 Sep 2021 05:35
Category: KendoReact
Type: Feature Request
1
Add an option to automatically fill (missing) form fields
Hello!

What we need is an ability to get all the field keys automatically from the form whether they're filled or not.

As a short example, if we have fields name, email and description on the form, when the user fills name and email, but leave description blank, the form doesn't send description key, only name and email keys.

But the API where we send the data expects all the keys be present. The values can be empty or null.

What Form sends: {name: "example name", email: "email@example.com" }

What we would like to send: {name: "example name", email: "email@example.com", description: can be null or empty string, but the key should be present}

It can be done via initialValues object, but it's quite troublesome when we have very long form with many fields.

Br, Miika
2 comments
ADMIN
Stefan
Posted on: 30 Sep 2021 07:26

Hello, Miika,

Thank you for the request.

We will monitor the votes and plan the feature accordingly based on the community interest.

I also already added your vote for convenience.

Regards,
Stefan
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Userix
Posted on: 30 Sep 2021 05:41
Adding a reference to support ticket where this was suggested: 1536736