Class: Plutonium::UI::Form::Components::ResourceSelect
- Inherits:
-
Phlexi::Form::Components::Select
- Object
- Phlexi::Form::Components::Select
- Plutonium::UI::Form::Components::ResourceSelect
- 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