Saleh Yusefnejad
Saleh Yusefnejad
The continuous value update in the `BitSpinButton` component has some issues in BlazorServer
Add the new Extra `PhoneInput` component: 
Missing features from the `BitCallout` component: - ScrollContainer -
The `SuggestItemProvider` parameter is not working in the `BitSearchBox` component
The `BitProgress` component needs some improvements: - missing `Size` parameter of type `BitSize` - missing `Color` parameter of type `BitColor` - incorrect percent number direction in RTL - incomplete demo...
The `BitAccordion` component needs some improvements: - an alias for the ChildContent -
closes #8343
closes #8186
All the shared types in the components demo pages can be refactored to be read from a single place: The shared types (like BitColor) are repeated in all demo pages....
The default values of the component Parameters should be removed: - setting a default value for the component parameter is an incorrect approach for handling the component's internal state and...