mathieu-fournier

Results 21 comments of mathieu-fournier

Disabling strict mode is not recommended because, without it, you won't benefit from it's warning about side effects and more. Instead, it might be better to put the strict mode...

@wutzebaer StricMode is a development tool that warns us about possible unwanted side-effect and other common issues that happens in react. So to answer your question, it's up to you...

Hello o/, [Here's](https://codesandbox.io/s/itwinui-react-datepickerinput-vq3rmi?file=/src/App.tsx) a DatePicker Input I've made on codesandbox. ![image](https://user-images.githubusercontent.com/82905333/167208112-837cbc2f-bb56-4f4d-800f-e49d647c5862.png) Both selecting a date with the calendar and typing in the input are supported. I haven't implemented the support...

Hi again o/, I made an date picker input with a Label and error Message. ![image](https://user-images.githubusercontent.com/82905333/168309223-8d4d1a0b-f5b6-4d15-a9b4-7e894e77d8a7.png) Disclaimer : It doesnt support all status and features, so it's only an example...

I dont have the pseudo code yet. I am planning to add this feature to my app soon tho, I'll make an update when it's done. I think it's a...

A prop would be awesome for usage simplicity, but I agree that it would definitely be more difficult to implement. It would also have some limitations (like having control of...

For now, is there a way/workaround to manually show the native download manager while downloading ?

Can we re-open this issue, since both issues #381 and #380 have been closed without a response. Also, I would like to know more the drag and drop workaround, is...

I would like to reopen this issue. I feel like the drag and drop workaround can be counter intuitive in some cases. Ex : Selecting a download location, by opening...

Giving Read access to the download folder can be used to verify if some files have already been downloaded into a floder. Thus allowing to resume a download where it...