Open mDeSimone-DFactorySrl opened 7 months ago
maybe
triggerBtnProps
? Sorry, i do not understand. where should i usetriggerBtnProps
inside thepropsConfigs
?
Edit. Found the way to add it, unfortunately it will only increase the text but not the dimension of the box.
Hi,
const propsConfigs={ triggerBtnProps: { width: '100%' // or other size that you need } }
and then
<SingleDatepicker ... propsConfigs={propsConfigs}/>
Hi,
const propsConfigs={ triggerBtnProps: { width: '100%' // or other size that you need } }
and then
<SingleDatepicker ... propsConfigs={propsConfigs}/>
Thanks a lot, working flawless. <3
Hi all, sorry for the stupid questions, i have a
SingleDatePicker
in my form and i am not able to increase the width of the "box" to take all the space possible.w
orwidth
seems not working. Can someone help me? My component code is: