Closed shefaleechaudhary closed 8 years ago
Example:
param_list :form, "freq", :string, :optional, "Frequency", ["daily", "monthly", "monthly"]
And now also:
Support for Enums (PR #108)
property_list :type, :string, :optional, "Type", ["info", "warning", "error"]
Hello,
Can you please help me as I am not able to create drop down by using database value as option.
I have tried using enum , but not worked for me, Please provide me correct syntax.
Thank you.