SelectBoxBuilder.OnCustomItemCreating Method
| Name | Parameters | Description |
|---|---|---|
| OnCustomItemCreating(RazorBlock) | jsFunc | A function that is executed when a user adds a custom item. Requires acceptCustomValue to be set to true. Mirrors the client-side onCustomItemCreating option. |
| OnCustomItemCreating(String) | jsFunc | A function that is executed when a user adds a custom item. Requires acceptCustomValue to be set to true. Mirrors the client-side onCustomItemCreating option. |