You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add clear method to MultiSpinner fix#35 (#36)
* feat: Add clear method to MultiSpinner/Progressbar
* fmt: fixed formating
* test: fixed failing doc test on input example
* doc: fixed some docs, moved previews down added toc (readme)
32 requirenents (#34)
* Update README.md
* added custom log render
* added log an requirement checks
* fixed panic if get_last was called while no spinner was created
22 allow skip input validation (#30)
* removed re-export
* removed print if invalid arguments
* removed unsued code
* reworked input
Added:
- Multiple Requirements
- valid and Invalid Notes
- additional notes for shotcuts
- default option
- support for ALLow_COLOR
* update input example to work with the new input struct
* fixed text not removing after condition match
* update preview image
* added documentation
22 allow skip input validation 1 (#29)
* reworked key input to work correctly on windows
* fixed performance issues
* added title option
* added title to example
* removed unused code added a test
* cargo fmt
22 allow skip input validation (#27)
added:
- Shift + Enter as force
- Shift + Back as clear all
* reworked input to use macros
* additional keys and fixes for windows
* reworked input example
* fixed test failure
* some more changes to the new key combinations