Saleh Yusefnejad
Saleh Yusefnejad
Incorrect order of properties of the `BitNummericTextFieldClassStyles` class
Incorrect title for the binding sample of the `BitSplitButton` demo page: `BitSplittButtonDemo.razor` file in the `Bit.BlazorUI.Demo.Client.Core` project.  Currently, the title is `Controlled` which is not correct and should be...
Incorrect title for the binding sample of the `BitToggleButton` demo page: `BitToggleButtonDemo.razor` file in the `Bit.BlazorUI.Demo.Client.Core` project.  Currently, the title is `Controlled` which is not correct and should be...
Add content to the `coding-style.md` file in the `docs` directory.
Update the content of the `CODE_OF_CONDUCT.md` file based on this file: https://github.com/dotnet/runtime/blob/main/CODE-OF-CONDUCT.md
internal Parameters update after component initialization is not handled. after initialization, if the Field/FieldSelector parameters get updated, the component does not do anything to update the internal values. - `BitChoiceGroup`...
Currently, the only way to customize the messages used in the components of the BitComponent library is by providing these custom messages through specific parameters implemented in the components. it...
There are some missing styles in the focused state of components. This issue is not limited to the styles and also applies to the functionality of the components. for example,...
Add `QR Code` generation for the new 2FA feature to the Boilerplate project template
Missing the `HideIcon` parameter from the `MessageBar` component