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

Bring back label outside of the input for NcActionInput #4484

Merged
merged 1 commit into from Aug 30, 2023

Commits on Aug 30, 2023

  1. fix!(NcActionInput): Fix option to have the label next to the input f…

    …ield
    
    In previous versions the label was shown above the input which gives the
    text more space which might be better than the inline label from
    #4394 in some
    scenarios.
    
    This is a breaking change as it renames the previous labelVisible
    property to a labelOutside property. The label should always be visible
    with the new NcInputField, however we can optionally decide to have the
    label outside.
    
    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d0fcc24 View commit details
    Browse the repository at this point in the history