New Component: streamlit-phone-number provides an internationalized mobile phone number Input component

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)
6 Likes

Super useful component, thanks for creating and sharing it with us, @mapix_i! :hugs:

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.