Skip to content

standaloneMode & forceMobileMode

Compare
Choose a tag to compare
@v0ltoz v0ltoz released this 10 Oct 14:28
· 30 commits to master since this release

Introduction of two new features:

forceMobileMode (optional) {bool}
When set the mobile/condense breakpoint will be ignored meaning the component will stay in condensed mode all the time.

standaloneMode (optional) {bool}
When set the picker will be open by default and follow the styling given. This config option requires the below config styling to also be present in order to style the div

style={{
standaloneLayout:{display:'flex', maxWidth:'fit-content'}
}}