Share feedback, ideas and get community help

Updated 5 months ago

Color Picker

At a glance

The community members discuss the possibility of turning an input into a color picker within a bot. One community member suggests using a text input for a hex value instead, as a color input would be too niche to implement natively. Another community member plans to add client-side JavaScript to open a color picker modal and save the selected value to a variable, but there is no explicitly marked answer.

Is it possible to turn an input into a color picker? I know this can be done in HTML by using JavaScript to change the input type but I'm not sure if there's a way to do this within a bot.
B
R
3 comments
No way to do that! I suggest that you ask your user to input a hex value in a text input.
Color input would be too niche to be implemented natively on Typebot
Makes sense. Ya, I'm going to add a client-side js to open a color picker modal after a button selection in the bot and then save that value to the variable. If I pull it off, I'll share it.
Add a reply
Sign up and join the conversation on Discord