Hi everyone,
I’ve just released a custom WebSDKUIControl for Xojo Web 2.0, bringing native Bootstrap Floating Labels to your Xojo Web projects.
What it is
A modern replacement for WebTextField, with floating labels just like you see in Bootstrap-based UIs. The control is built using the official WebSDK, so it’s fully integrated with Xojo’s event system and layout editor.
Features
-
Full support for light and dark mode (uses Bootstrap’s standard color schemes)
-
Clean drawing in the Xojo layout editor (DrawControlInLayoutEditor)
-
Inspector support for:
-
LabelText (shown as the floating label)
-
Value (current text content)
-
Enabled state
-
-
Triggers TextChanged and EnterPressed events
-
Responsive design with Bootstrap 5 styling
-
Open Source on GitHub!
GitHub Repository
You can find the full source here:

