bitplatform icon indicating copy to clipboard operation
bitplatform copied to clipboard

Build all of your apps using what you already know and love ❤️

Results 326 bitplatform issues
Sort by recently updated
recently updated
newest added

Add **Dialog** Component based on [Microsoft FluentUI Design](https://developer.microsoft.com/en-us/fluentui#/controls/web/dialog).

area / components
feature

Implement data annotation validation for BitSlider component with BitInputBase.

area / BlazorUI
feature

Implement data annotation validation for BitColorPicker component with BitInputBase.

area / BlazorUI
feature

**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....

area / BlazorUI
feature

The parameters declared in the `BitComponentBase` should be displayed in the param table of each component in the component demo pages.

area / components
enhancement

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...

area / BlazorUI
enhancement

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.

area / BlazorUI
enhancement

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...

area / components
enhancement

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....

area / BlazorUI
feature

When we've BitBasicList with virtualization enabled, none of its items gets pre-rendered

bug
area / BlazorUI