1
0
Fork 0
mirror of synced 2024-07-03 21:40:55 +12:00

Merge pull request #183 from Conor-Mack/bugfix/md-reference-bb-apis

Bugfix: datepicker needed to pass _bb down to the textfield
This commit is contained in:
Conor_Mack 2020-03-31 10:24:34 +01:00 committed by GitHub
commit 888ecc4a7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -98,6 +98,7 @@
<div class="mdc-menu-surface--anchor">
<Textfield
{_bb}
{label}
onChange={dateFieldChange}
value={selectedDate}

View file

@ -129,6 +129,7 @@ TODO:Needs error handling - this will depend on how Budibase handles errors
{#if renderLeadingIcon}
{#if useIconButton}
<IconButton
{_bb}
{icon}
context="mdc-text-field__icon mdc-text-field__icon--leading"
onClick={iconButtonClick} />
@ -152,6 +153,7 @@ TODO:Needs error handling - this will depend on how Budibase handles errors
{#if renderTrailingIcon}
{#if useIconButton}
<IconButton
{_bb}
{icon}
context="mdc-text-field__icon mdc-text-field__icon--trailing"
onClick={iconButtonClick} />