All docs
V22.1
23.1 (CTP)
22.2
22.1
21.2
21.1
20.2
20.1
19.2
19.1
18.2
The page you are viewing does not exist in version 18.2. This link will take you to the root page.
18.1
The page you are viewing does not exist in version 18.1. This link will take you to the root page.
17.2
The page you are viewing does not exist in version 17.2. This link will take you to the root page.
Vue
A newer version of this page is available. Switch to the current version.

buttons[]

Allows you to add custom buttons to the input text field.

Type:

Array<String | Object>

Default Value: undefined
Accepted Values: 'clear' | 'spins'

Built-in buttons should also be declared in this array. You can find an example in the following demo:

View Demo

location

Specifies whether to place the button before or after the input text field.

Type:

String

Default Value: 'after'
Accepted Values: 'after' | 'before'

NOTE
This property does not work for built-in buttons.

name

Specifies the button's name.

Type:

String

Default Value: undefined

See Also

options

Configures the Button UI component used as the action button.

Default Value: undefined

NOTE
This property does not work for built-in buttons.

View Demo