Form Web responsive

hi,

There is some way to convert a standard form into a responsive one

Demian

Hi,

In order to create a responsive form, I would recommend using CssLayout with responsive=true.

  • CssLayout is a container that enables full control over placement and styling of enclosed components using CSS.
  • The responsive attribute indicates that the component should react on change in the available space.

Take a look at this demo to see this approach in action.

Regards,
Gleb

1 Like

Thanks

Hi Gleb,

Is it possible to make the new Form element with columns responsive ?

Thanks,
Samy

Hi, @sambill!

Unfortunately not. As I suggested above, in order to create a responsive form, it’s recommended using CssLayout.

Regards,
Gleb

1 Like