app/demo/components/datetime_fields.pom in voom-presenters-0.1.13 vs app/demo/components/datetime_fields.pom in voom-presenters-0.2.0

- old
+ new

@@ -40,9 +40,15 @@ attach :context_list end end grid do column 6 do + + title 'With Floating Label' + datetime_field name: :start_datetime do + label 'Date of Birth...' + end + title 'Min Date' datetime_field min_date: "2020-01-01 00:15" title 'Max Date' datetime_field max_date: "2017-12-15 02:00" \ No newline at end of file