EGL Development User Group

 View Only

 form-floating

nick leo's profile image
nick leo posted 07/08/26 07:46 AM

is form-floating supported in v10 of bootstrap?

Tom Baranski's profile image
Tom Baranski

Hi Nick

Are you referring to this: Floating Labels? You can use the placeholder property in BSTextField to achieve this effect

BSTextField BSTextField{

fieldType = BSLib.FIELD_TYPE_PASSWORD,

placeholder = "enter password",

sizeType = BSLib.SIZE_TYPE_SMALL

};

nick leo's profile image
nick leo

Hey Tom. I am aware of placeholder which appears inside the textfield. i am focusing on bootstrap and if on a cell device and click into the textfield, the placehold goes away. i've seen bootstrap code where once you focus on the input field, the "placeholder" moves to the top inside the border of the input so you can still see what you need to enter. an example can be found
W3Schools Tryit Editor