24-02-003
Release notes - Selfpoint3 - rc-24-02-003
Bug fixes
Radio component tabbing order
The component Radio now has its name attribute set properly in the component. Name now also defaults to a unique name. This fixes the tabbing order that was wrong due to the browser handling multiple components as being part of the same radio button group.
SecondGuardian validation
The validation in the SecondGuardian component has been fixed so that it validates correctly on all fields and returns proper validation error messages.
New & Improved
Input component autocomplete setting
The Input component has gotten a new autocomplete setting which enables the possibility to set the autocomplete attribute to a specific value in the underlying input HTML element. This tells the browser which type of value it can expect the user to input into the component and lets the browser suggest appropriate cached values in the browsers native autocomplete function.
Last updated