Class: Plutonium::UI::Form::Components::ResourceSelect

Inherits:
Phlexi::Form::Components::Select
  • Object
show all
Includes:
Component::Methods
Defined in:
lib/plutonium/ui/form/components/resource_select.rb

Overview

Select for choosing a resource record

Constant Summary collapse

DEFAULT_CHOICE_LIMIT =

Cap on the number of records the dropdown materialises. Keeps very large association tables from rendering thousands of options into the page; consumers needing more should pair this with a typeahead control later.

100