Jozef Hartinger

Results 6 issues of Jozef Hartinger

This change makes it possible for the date-change callback to distinguish between explicit and implicit date changes. An explicit date change happens when a user explicitly select an option (e.g....

Useful when date-picker is used under ng-repeat. The change allows you to use: `input(type='text', name='date', id="editDate-{{item.id}}")` As a result the ids remain unique and you can target them individually with...

Currently, one can only set the timezone statically using an attribute. That is useless when user's timezone preference is fetched asynchronously using Ajax. With this change, a rendered date-picker can...

Consider the following schema: ```yaml --- openapi: 3.0.3 info: title: Reproducer version: 0.0.1 paths: /example: get: operationId: Example parameters: - in: query name: filter required: false style: deepObject explode: true...

bug

Consider the following schema: ```yaml --- openapi: 3.0.3 info: title: Reproducer version: 0.0.1 paths: /example: get: operationId: Example parameters: - in: query name: filter required: false style: deepObject explode: true...

bug