-
### What package has an issue
@mantine/dates
### Describe the bug
When I do
```tsx
alert(value)} />
```
the `onChange` handler is never triggered. I'd expect the `onChange` handler to be c…
-
## Failing Test(s)
- Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerFormsTest.InputDateInteractsWithEditContext_TimeInput
## Error Message
```text
OpenQA.Sele…
-
### Usage example, including component/hook API
The `` component only allows to input a timestamp in a 24-hour format. This is not ideal for US-based users who use a 12-hour format.
The idea her…
-
### What package has an issue
@mantine/dates
### Describe the bug
When setting the `value` prop of `` to `undefined` (eg. ``, the time value is still displayed (it uses the current timestamp …
-
**Vuestic-ui version:** 1.3.3
**What is the current behavior?**
![image](https://user-images.githubusercontent.com/23530004/149541614-b822747c-e1f3-4d97-a33c-be1757bef73b.png)
![image](https://us…
-
![chrome-capture](https://user-images.githubusercontent.com/55198465/143870429-0df40456-6476-4a18-ba20-dd592f9d5c16.gif)
Required:
- [x] - add trsnslations
- [ ] - add example with attrs
-
# Task
Create a form like this. This form should have onSubmit property which is called when submit is clicked. It should pass all form data as object.
![IMG_4988](https://user-images.githubuser…
-
@mantine/dates@3.1.2 with latest Safari
```
import { useState } from 'react';
import { TimeInput } from '@mantine/dates';
function Demo() {
const [value, onChange] = useState(new Date());
…
zifeo updated
3 years ago
-
I am using the timeInput widget from your shinyTime package and ran into an issue.
I am trying to place different input widgets next to each other on the same line and all work except for the timeI…
-
When using the library, the console generates this problem:
`error - ./node_modules/react-time-picker-input/dist/components/TimeInput.css`
`Global CSS cannot be imported from within node_modules.`…