Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Typescript] Add missing classes prop on SimpleFormIterator #5890

Merged
merged 2 commits into from
Feb 11, 2021

Commits on Feb 9, 2021

  1. [Typescript] Add missing classes prop on SimpleFormIterator

    In order to customise the layout of a form in SimpleFormIterator, I need to use the `classes` props. It works but the TS definition was not allowing it.
    
    This simply adds the `classes` prop.
    ValentinH authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    cc27e9f View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Address review

    Valentin Hervieu committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    eeed80f View commit details
    Browse the repository at this point in the history