You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHubβs verified signature.
Added
Massive upgrade to SelectBox component with advanced interaction support (thanks @derkan):
π Client-side search by default (disable with ContentProps.NoSearch = true)
β Multiple selection support (TriggerProps.Multiple = true)
π Pill-style display for selected items (TriggerProps.ShowPills = true)
π HTMX support for dynamic/cascading selects via.
HxTrigger, HxTarget, HxSwap, HxReplaceUrl
π§ Custom SelectedCountText and SearchPlaceholder support
Added support for hx-indicator prop β allows built-in loading indicators for HTMX interactions. (thanks @glsubri)
Added jsPublicPath support to .templui.json β allows separation between on-disk JS location (jsDir) and browser-facing path (jsPublicPath) for flexible server setups and sub-path deployments. (thanks @manicar2093)
Updated to latest Templ version v0.3.898
This release focuses on power-user features: smarter SelectBoxes, better form behavior, and flexible JS delivery for complex setups.
Removed
Removed typo in radio card drawer menu URL β resolved malformed nospace anchor reference.
HxGet, HxPost, HxPut, HxDelete
Fixed
Added source code links in documentation β enables quick access to GitHub source for easier copy-paste and deeper exploration.
Changed form submission behavior from ""/on to false/true for checkbox and toggle components β enables consistent boolean handling in Go forms. (thanks @manicar2093)