BUG: Fix issues when deleting values in extensible input items
- Deleting values would cause strange behavior such as not creating new entries after something was deleted and in some cases crashing the program
- Solution is to redraw the input widget when deleting a value
- Also added FixWidth option to string input items (so they behave like int and double input items)