What's Changed * Fix: Add import and key params to usage example code by deeplook in https://github.com/blackary/streamlit-keyup/pull/18 * Change theme options based on streamlit theme by RLKRo in https://github.com/blackary/streamlit-keyup/pull/27
New Contributors * deeplook made their first contribution in https://github.com/blackary/streamlit-keyup/pull/18 * RLKRo made their first contribution in https://github.com/blackary/streamlit-keyup/pull/27
What's Changed * Add max_chars, type, placeholder, disabled and label_visibility arguments by blackary in https://github.com/blackary/streamlit-keyup/pull/11
Add optional on_change argument which allows you to pass a function which runs when the value changes. Respects the debounce argument, so it only runs after the debounce time has elapsed (if there is a debounce value).