Closed thearabbit closed 8 years ago
If you would like to hide removeButton, you need set it to false:
removeButton: false
Excuse me with wrong title, I would like to show removeButton
.
autoform: {
type: 'universe-select',
afFieldInput: {
uniPlaceholder: 'Select One',
removeButton: true, // don't work
optionsPlaceholder: true,
optionsMethod: 'loan.selectOpts.location'
}
}
But don't work.
removeButton: true
work only with multiple: true
Thanks for your reply, why don't support single select?
Thanks again, I close this
I base on
AdminLTE
layout. I would like to showremoveButton
via:But don't work.