11.2.5 - 2026-08-14
Fixes
- RadzenNumeric no longer swallows keystrokes or registers phantom digits when
ImmediateandFormatare used together. While typing, the input keeps the raw text and the format is applied on change or blur, so the caret no longer jumps and digits are no longer rounded away mid-edit. Digits that are literals in the format string (e.g.### m2) no longer leak into the parsed value on reparse. Fixes #2661 - RadzenProfileMenu closes again when clicking outside the menu or when activating a menu item - regression introduced in 11.2.4. Fixes #2662
- RadzenProfileMenu and RadzenSplitButton are now preserved in the trimmer configuration so their popup-close callbacks keep working in trimmed WebAssembly apps.