As a part of a series on sharing components, I will share a solution for internationalized mobile phone number Input component:
import streamlit as st
event = st_phone_number("Phone", placeholder="xxxxxx ", default_country="CN")
st.write(event)
As a part of a series on sharing components, I will share a solution for internationalized mobile phone number Input component:
import streamlit as st
event = st_phone_number("Phone", placeholder="xxxxxx ", default_country="CN")
st.write(event)
Super useful component, thanks for creating and sharing it with us, @mapix_i! ![]()
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.