mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-27 20:36:33 -04:00
fix styling of time and date fields on iOS
This commit is contained in:
@@ -31,6 +31,20 @@ module.exports = [
|
||||
"placeholder": "Placeholder set with attributes"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "input",
|
||||
"label": "Time Field",
|
||||
"attributes": {
|
||||
"type": "time"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "input",
|
||||
"label": "Date Field",
|
||||
"attributes": {
|
||||
"type": "date"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "slider",
|
||||
"appKey": "slider",
|
||||
|
||||
Reference in New Issue
Block a user