vue-simple-floating-labels
vue-simple-floating-labels copied to clipboard
Input with existing value
Seems the float isn't working if the text field contains existing data on load. Could you add a fix for this one?
@jillztom I know this doesn't fix anything, but I have added the input__container--content
class to the FloatingLabel component whenever it has a value. This works as a workaround for the float issue. 😄