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.
The key has expired.
Bug Fixes
If the default bootstrap4 theme is applied, the igCheckboxEditor checked icon is not visible. #1984
When scrolling a virtualized igCombo, with defined itemTemplate, the list is barely scrolled. #2015
If igDateEditor input and display formats are set, using the following format HH:mm:ss.fff, milliseconds date part is displayed as 0 and when the editor is blurred then the value of the milliseconds is also set to 0. #2016
When using jQuery version 3.4.0 and when igDatePickersuppressKeyboard option is enabled then control input does not lose focus when drop down is expanded. #2002
igDataSource class uses escape method to encodeUrl, which is deprecated and uses % for encoding, which is not approved standard and support for it will be dropped in further versions of .NET. #2048
In igEditors implementation, the jQuery's trim method is called with an extra parameter, which is not necessary. #2007
When igPopover is shown to the right and containment is set, while there isn't enough space to the right for popover to fit, then popover shows bellow the containment element instead showing over the input. #1918
The < character cannot be used in igTree node attribute. #2033