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.
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.