Dynamic select field
Created by: bekicot
- What would you like to be able to do? Can you provide some examples? This should be the simpler case
Field::Select.with_options(collection: [Time.current])
another case is if we want to keep the list up to date. e.g via database record
-
How could we go about implementing that? I think by adding another parameter type, it should be something like lambda would be enough to solve the problem.
-
Can you think of other approaches to the problem? No other approach. as to my knowledge.