Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

[BUG] #47

Open
1 task done
HenriqueVilela opened this issue Feb 12, 2020 · 0 comments
Open
1 task done

[BUG] #47

HenriqueVilela opened this issue Feb 12, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@HenriqueVilela
Copy link

Environment

  • Hosting type
    • Local deployment
      • Version: angular-material-formio-demo version
  • Formio.js version: angular-material-formio-demo version
  • Frontend framework: angular
  • Browser: opera

Steps to Reproduce

  1. serve the demo
  2. construct the form in the form-builder using date / time component
  3. use the form in the material-formio renderer

Expected behavior

show a form with the date / time field and have a calendar to pick the date

Observed behavior

it shows two calendars, besides if you manually input the time you cannot change again in the calendar.

Example

image

The form

components: [ { "label": "Date / Time", "format": "dd-MM-yyyy", "tableView": false, "timePicker": { "minuteStep": 15 }, "validate": { "unique": false, "multiple": false }, "key": "dateTime", "type": "datetime", "input": true, "suffix": "<i ref=\"icon\" class=\"fa fa-calendar\" style=\"\"></i>", "widget": { "type": "calendar", "displayInTimezone": "viewer", "language": "en", "useLocaleSettings": false, "allowInput": true, "mode": "single", "enableTime": true, "noCalendar": false, "format": "dd-MM-yyyy", "hourIncrement": 1, "minuteIncrement": 15, "time_24hr": false } } ]

@HenriqueVilela HenriqueVilela added the bug Something isn't working label Feb 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant