Mohammad Aminsafaei

Results 29 issues of Mohammad Aminsafaei

Add a test method for the `ShowSearchBox` and `PlaceholderSearchBox` parameters of the `BitDropDown` component.

area / components

The styles in `BitDropDown` are defined in a way that can easily be changed by global styles, which is not correct. The styles must be bound using the component's base...

area / components

Remove `BitIconButton` from the `BitDropDown` source, because raw HTML components should be used to improve performance.

area / components

Implement data annotation validation for BitSlider component with BitInputBase.

area / BlazorUI
feature

Implement data annotation validation for BitColorPicker component with BitInputBase.

area / BlazorUI
feature

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

If the responsive feature is enabled in the `BitDropDown` and the page width is 320 pixels, the items will not be displayed correctly. ![image](https://user-images.githubusercontent.com/29052211/195665415-008583f0-84ea-4dd1-8a15-f81c85cda256.png)

bug
area / source generators

Add a feature to the `BitDropDown` to manage the opening of drop-down items on the page. For example, open from the top or bottom or be allowed to open in...

area / components