Sample Browser And Unit Test cases added for Calendar, Numeric Entry, Numeric Up Down, Button, Bottom Sheet new controls #50
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Sample Browser And Unit Test cases added for Calendar, Numeric Entry, Numeric Up Down, Button, Bottom Sheet new controls
Description
A
Calendar
control that allows users to select a Single date, Multiple dates, or a Range of dates. It provides various view options such as a Month, Year, Decade, and Century, which allow users to quickly navigate to the desired date. It also supports minimum dates, maximum dates, enable past dates, and disabled dates to restrict the date selection.A
NumericEntry
control that allows users to input only numeric values, supporting various formats such as integers, decimals, percentages, and currency. It offers customizable features like input validation, format masks, and display customization, ensuring that data entry is efficient, accurate, and tailored to specific application needs. This control is essential for maintaining numeric-only input with precise formatting and validation rules.A
NumericUpDown
control additionally allows users to input and adjust numeric values using increment and decrement buttons or keyboard interaction.A
BottomSheet
control is a user interface component used in mobile and desktop applications that slides up from the bottom of the screen to display supplementary content or actions, allowing users to interact with additional information without navigating away from the main screen.The
Button
control is a fundamental UI element that allows users to trigger actions or commands with a click or tap. This control is versatile and can be customized with text, icons, and various visual styles. It plays a crucial role in user interaction by initiating navigation, submitting forms, and performing other tasks.Output screenshots
Screen.Recording.2024-11-22.111053.mp4
CalendarLightTheme.webm
CalendarDarkTheme.webm
NumericEntryDemo.Windows.mp4
NumericEntry-Android-Demo.mp4
Bottom.sheet.-.windows.mp4
bottom.sheet-.light.theme.mp4
bottom.sheet-.dark.theme.mp4
SfButtonDemo_Windows.mp4
SfButtonDemo_Android.mp4