SirRegion
SirRegion
Hi @spf13, thank you for creating this great library, it already made my code a lot cleaner and easier to test! I noticed that the os.UserConfigDir function from the native...
Hi @AlecAivazis and @mislav! I had some free time so I tried my hand on implementing #386. Changing the hide character of the password field works as expected. However, using...
This PR adds an interface for survey that can be used instead of calling the functions directly. It also includes a struct with no contents hat implements the interface. This...
Hi @AlecAivazis, thank you for creating this great library. I used it a lot in my work project, but I have now reached a point, where I spend a lot...
Hi everybody! I was wondering if it would be possible to bump the peer dependency version up to react 17? React 17 only contains [a minimal amount of breaking changes](https://reactjs.org/blog/2020/10/20/react-v17.html),...
### Reproduction example https://github.com/SirRegion/user-event-datalist-example ### Prerequisites To reproduce you need an input with a datalist ```html Choose your browser from the list: ``` and this test: ```ts test('shows datalist', async...
Test-Driven Development (TDD) is widely recognized as a good way to develop software. Sadly, using TDD with this library has been impossible, because there is no good way to assert...