Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,254 contributions in the last year
Contribution activity
July 2020
- Fixed Material and eFrolic tab buttons don't change cursor
- Delay the text entered in TextEdit when ChangeTextOnKeyPress is true
- Added ChangeTextOnKeyPress on input fields to be able to override global settings
- Fixed padding and borders for Select within Addons component
- Fixed FileEdit not displaying selected filename
- Fixed naming of Chart options from singular Axe into Axis
- Added DividerType in Theme DividerOptions
- Add support for theming with rgba css color
- Fixed TextAlignment for DataGridCommandColumn
- Fixed BarEnd positioning when BarStart is not defined
- Added VisibleChanged event callback to Alert component
- Fixed invalid classname for ModalContent size
Created an issue in stsrki/Blazorise that received 9 comments
Property unifications
#900, #1087
Currently input components like TextEdit, NumericEdit, Select, Check etc. are using Size enum to define the size.
public enum Size
{ None…
9
comments

