Zend form bootstrap annotation datepicker “Object provided to Escape helper, but flags do not allow recursion”

前端 未结 4 851
失恋的感觉
失恋的感觉 2021-01-24 07:04

I\'m using Zend framework with Bootstrap and ReverseForm adapter, and have an interesting problem with it: when I use Bootstrap Datepicker in Zend Form I\'ve the next exception:

4条回答
  •  天涯浪人
    2021-01-24 08:03

    I had the same issue. Changing the input's type from text to date should fix your problem. (https://github.com/zendframework/zf2/issues/3724)

提交回复
热议问题