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

Feature: Add visible inner label for NcInputField on border #4394

Merged
merged 2 commits into from Aug 25, 2023

Commits on Aug 23, 2023

  1. feat(NcInputField): Make inner label always visible

    The inner label is now visible, to disable any label set `label-outside` to true, `label-visible` property is removed.
    The label is shown instead of the placeholder if the input is empty and not focussed, when focussed the label is moved up and scaled but always shown.
    Make label color max-contrast so it does not look like content and remove horizontal label movement
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    bc4c2bd View commit details
    Browse the repository at this point in the history
  2. fix(NcActionInput): Adjust the action input to the NcInputField cha…

    …nges with always shown labels
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    916ba53 View commit details
    Browse the repository at this point in the history