Skip to main content

SelectBoxBuilder.AcceptCustomValue Method

Name Parameters Description
AcceptCustomValue(JS) value Specifies whether the UI component allows a user to enter a custom value. Requires the onCustomItemCreating handler implementation. Mirrors the client-side acceptCustomValue option.
AcceptCustomValue(Boolean) value Specifies whether the UI component allows a user to enter a custom value. Requires the onCustomItemCreating handler implementation. Mirrors the client-side acceptCustomValue option.