-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
area:stylingRelated to styling and appearanceRelated to styling and appearancetype:bugSomething isn't working as expectedSomething isn't working as expected
Description
Summary
In the number_input widget, the Press Enter to apply message overlaps with the +, - buttons.
Steps to reproduce
Code snippet:
import streamlit as st
num = st.number(label='enter a number')- Go to your app
- Click on number input space and hit backspace
- On the right the
Press Enter to applymessage appears
Actual behavior:
Is this a regression?
Likely, yes
Debug info
- Streamlit version: 0.73.1
- Python version: Python 3.8.5
- Using PipEnv
- OS version: macOS Catalina
- Browser version: Safari, Chrome
Metadata
Metadata
Assignees
Labels
area:stylingRelated to styling and appearanceRelated to styling and appearancetype:bugSomething isn't working as expectedSomething isn't working as expected
