bitplatform
bitplatform copied to clipboard
Build all of your apps using what you already know and love ❤️
Add **Dialog** Component based on [Microsoft FluentUI Design](https://developer.microsoft.com/en-us/fluentui#/controls/web/dialog).
Implement data annotation validation for BitSlider component with BitInputBase.
Implement data annotation validation for BitColorPicker component with BitInputBase.
**Describe the bug** I think the `BitFileUpload` component with multiple file support should make user to be able to select files one by one. **To Reproduce** In multiple BitFileUpload: 1....
The parameters declared in the `BitComponentBase` should be displayed in the param table of each component in the component demo pages.
Improve the BitTextField when the type is Number. This component should behave like the Chrome browser in the other browsers, so it should take and detect the numbers from any...
Improve update ChunkSize algorithm when the AutoChunkSizeEnabled is active in BitFileUpload. Currently, the implemented algorithm only depends on the last chunk uploaded which is not optimized.
what should be the access modifier (public, internal, private ...) of these members: - variables or property used for binding values into the .razor files - private field used only...
in order to have fully-featured XHR requests for CORS-enabled API servers, we need to add `WithCredential` options to enable clients to send requests with stored credentials in cookies or headers....
When we've BitBasicList with virtualization enabled, none of its items gets pre-rendered