-
### What package has an issue
@mantine/dates
### Describe the bug
Hi,
this code not working as expected
```
```
In form block it isn't catch empty inputs and doesn't throw any error.…
-
Issue component: **DateTimeInput**
React-admin package version: **4.3.0**
**What you were expecting:**
When user set only time by DateTimeInput, component should return string in format like HH:M…
-
### What package has an issue
@mantine/dates
### Describe the bug
When set to disabled the background of the TimeInput component is a different color to other disabled input components.
### In whi…
-
Hi at all,
I have some issues with the dateTimePicker
I have two input fields, one for a "from" and one for a "to" date and a submit button.
If I load the page, the input fields are initialized w…
-
The error I get it is in lodash.
```
ERROR in [at-loader] ./node_modules/lodash/_equalByTag.js:49:5
TS7029: Fallthrough case in switch.
ERROR in [at-loader] ./node_modules/lodash/_equalByTa…
-
필터를 통해 원하는 거 검색하는거 개발해야합니다.
-
### What package has an issue
@mantine/dates
### Describe the bug
The `TimeInput` component is hard/coded to use am/pm for 12-hour clocks, and these values are not configurable for different locale…
-
**Vuestic-ui version:** 1.3.4
**Steps to reproduce:**
[Code sandbox example.](https://codesandbox.io/s/dazzling-silence-g1hwtr?file=/src/App.vue:34-113)
1. Create a new project
2. Add `TimeInput…
-
### What happened?
QTime behaves differently in Quasar v1 versus Quasar v2:
Quasar v1: `@input` emits after minutes are changed
Quasar v2: `@update:model-value` emits after hours is changed and…
-
### What package has an issue
@mantine/dates
### Describe the bug
When a DatePicker/DateRangePicker is cleared using the `clearable` prop, the `onChange` prop is not invoked.
This is similar to…