-
I have a eslintrc.yml file like so:-
```
env:
browser: true
node: false
parserOptions:
ecmaVersion: 6
sourceType: "module"
rules:
max-len:
- error
- 120
- ignoreComme…
akc42 updated
6 years ago
-
Hey,
When specifying a `trigger` element (other that `field`), I can't find a clean way to toggle calendar's visibility when clicking the `trigger` element.
Is it possible to add an option for this?
…
-
On mobile when selecting the show button the cal is displayed, but the keyboard is also opened which you don't want.
Tested on Android chrome stable
Am not sure how to solve this in Vuejs.
Not…
ghost updated
6 years ago
-
Hello,
did someone solve the issue with symlinks? For local development i have shared library linked as "file" in package.json (file:../my-lib), it is linked by npm in node_modules directory with s…
-
Hi there,
I have this problem: My route always loads the current month normally, but when I select September month and update the page, the route will be September, but the calendar will open in Oct…
-
**Symfony version affected**: 4.1.5
**Description**
After upgrading from `4.1.4` to `4.1.5` I'm getting a `TransformationFailedException` when submitting a `ISO8601` date to a `DateTimeType` fi…
-
It seems that changes in the `v-model` value don't update the picker ``. After initialization it seems to be only one way only.
Changing the `v-model` value from the containing component should cau…
-
I know it's early in the game, but are you considering adding time selection as well?
-
As [reported on Hacker News](https://news.ycombinator.com/item?id=17500649) (and confirmed).
-
**Expected behavior:**
npm install with no warning
**Actual behavior:**
npm WARN deprecated bower@1.8.0: ..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end proje…