Skip to content

Commit

Permalink
Add description of EnhancedPasswordField to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leewyatt committed Apr 15, 2024
1 parent aa9ea03 commit 5f3ba2d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GemsFX is a collection of custom controls and utilities for JavaFX.
- #### Date & Time Controls
[CalendarView](#calendar-view), [CalendarPicker](#calendar-picker), [DateRangeView](#date-range-view), [DateRangePicker](#date-range-picker),[YearView](#year-view), [YearPicker](#year-picker), [YearMonthView](#year-month-view), [YearMonthPicker](#year-month-picker), [TimePicker](#time-picker), [DurationPicker](#duration-picker)
- #### Text Input Controls
[SearchTextField](#search-text-field), [SearchField](#search-field), [EmailField](#email-field), [TagsField](#tags-field), [ExpandingTextArea](#expanding-text-area), [ResizableTextArea](#resizable-text-area), [LimitedTextArea](#limited-text-area)
[SearchTextField](#search-text-field), [SearchField](#search-field), [EnhancedPasswordField](#enhanced-password-field), [EmailField](#email-field), [TagsField](#tags-field), [ExpandingTextArea](#expanding-text-area), [ResizableTextArea](#resizable-text-area), [LimitedTextArea](#limited-text-area)
- #### Advanced Panes
[DialogPane](#dialog-pane), [DrawerStackPane](#drawer-stack-pane), [PowerPane](#power-pane), [ResponsivePane](#responsive-pane)
- #### Image controls
Expand Down Expand Up @@ -155,6 +155,15 @@ instructions [read the WIKI page](https://github.com/dlsc-software-consulting-gm

![SearchField](gemsfx/docs/search-field.png)

## EnhancedPasswordField

<span id="enhanced-password-field"></span>

The EnhancedPasswordField is a custom password field. It allows the addition of custom nodes like icons or buttons to the sides of the field,
supports toggling password visibility between masked and plain text, and enables customization of the echo character used for masking.

![EnhancedPasswordField](gemsfx/docs/enhanced-password-field.png)

## Email Field

<span id="email-field"></span>
Expand Down
Binary file added gemsfx/docs/enhanced-password-field.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5f3ba2d

Please sign in to comment.