Show.showCharsAs

Substitute all characters in the text for the passed character. This is useful for password entries.

mixintemplate Show()
showCharsAs
(
this T
)
()

Parameters

character char

The character to use as a substitute.

Return Value

Type: auto

This widget to aid method chaining.

Meta