Sergiu Munteanu

Results 1 issues of Sergiu Munteanu

Cannot delete text in InputField **To Reproduce** ```python3 import sys from typing import List, Optional import pytermgui as ptg def main(argv: Optional[List[str]] = None) -> None: with ptg.WindowManager() as manager:...

Bug
Needs help