piccolo-orm/piccolo_admin

Improve the array widgets for time / date / timestamp

Closed this issue · 0 comments

If you have a table like this:

class MyTable(Table):
    times = Array(Time)

Piccolo Admin's array widget uses text inputs. It would be nice to use a time input for the above example.