-
Notifications
You must be signed in to change notification settings - Fork 0
Selection.placeholder
github-actions[bot] edited this page Sep 30, 2024
·
2 revisions
placeholder text when the user hasn't entered anything
type: String
let selection = new Selection({
placeholder: "abc this is a placeholder"
});