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

Allow "valid" placeholders for form inputs #383

Merged
merged 2 commits into from
Jun 22, 2023

Commits on Jun 17, 2023

  1. feat(floating label): suport to placeholders

    Allow placeholders to be used with floating labels.
    
    - Floating label inputs must have a single white space as placeholder;
    - Label no longer overlap Inputs with "useful" placeholders.
    mauromascarenhas committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    132817b View commit details
    Browse the repository at this point in the history
  2. docs(floating label): update doc description

    Documentation for the usage of floating labels is simpler to understand:
    
    - Updated code samples;
    - Updated feature descriptions.
    mauromascarenhas committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    85297dc View commit details
    Browse the repository at this point in the history