Open ambrustorok opened 10 months ago
The name of some widgets is not displayed, causing inconsistencies.
import panel as pn pn.extension() radio_group = pn.widgets.RadioBoxGroup(name='RadioBoxGroup', options=['Biology', 'Chemistry', 'Physics'], inline=True) radio_group
import panel as pn pn.extension() text_area_input = pn.widgets.input.TextAreaInput(name='Text Area Input', placeholder='Enter a string here...') text_area_input
This is a duplicate of #1313.
The name of some widgets is not displayed, causing inconsistencies.