superfaz
Results
2
comments of
superfaz
Hi, If that can help anyone: here is the css styles that I use to have RBT working with Floating Label: ```scss /** * Extend Typeahead to support floating labels....
Here is an idea to display the placeholder value when the control is focused and avoiding to use `!important`: ```css .form-floating > .form-control:focus::placeholder, .form-floating > .form-control-plaintext:focus::placeholder { color: var(--bs-secondary-color); opacity:...