Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample Browser And Unit Test cases added for Calendar, Numeric Entry, Numeric Up Down, Button, Bottom Sheet new controls #50

Merged
merged 4 commits into from
Dec 5, 2024

Conversation

Sathish-087
Copy link
Collaborator

@Sathish-087 Sathish-087 commented Dec 5, 2024

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

image

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

@PaulAndersonS
Copy link
Collaborator

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@PaulAndersonS
Copy link
Collaborator

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@PaulAndersonS PaulAndersonS merged commit 2c3a175 into main Dec 5, 2024
1 check passed
@Sathish-087 Sathish-087 deleted the SampleBrowserUnitTest branch December 6, 2024 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants