Skip to content
Discussion options

You must be logged in to vote

@tandraschko if you find \webapp\resources\layout\styles\theme\extensions\_float_label.scss

This disabled the min height ONLY in the outlined scenario everything is wokring fine in the FILLED scenario.

see the change I made below in // ✅ Added rule (nested properly) ...

body {
    .ui-float-label input.ui-state-focus ~ label,
    .ui-float-label input.ui-state-filled ~ label,
    .ui-float-label textarea.ui-state-focus ~ label,
    .ui-float-label textarea.ui-state-filled ~ label,
    .ui-float-label .ui-inputwrapper-focus ~ label,
    .ui-float-label .ui-inputwrapper-filled ~ label {
        top: -.5rem !important;
        background-color: $inputBg;
        padding: 2px 4px;
        mar…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@melloware
Comment options

@melloware
Comment options

Answer selected by sehaas
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
3 participants