Skip to content

Commit

Permalink
chore: provide more detail in docs #2170
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-mihok committed Nov 15, 2023
1 parent f535fb5 commit c3039f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/widgets/form/textbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,14 @@ q.page['example'] = ui.form_card(
items=[
ui.textbox(
name='textbox_keyboard_numeric',
label='With numeric keyboard (iOS, Android)',
label='With numeric keyboard (iOS, Android)',
# Show numeric keyboard
keyboard='number'
),
ui.textbox(
name='textbox_keyboard_telephone',
label='With numeric keyboard (iOS, Android)',
label='With numeric keyboard (iOS, Android)',
# Show telephone keyboard
keyboard='tel'
)
]
Expand Down

0 comments on commit c3039f6

Please sign in to comment.