App Components

f7FileButton(
  inputId,
  fill = TRUE,
  size = "large",
  tonal = TRUE,
  label = NULL,
  icon = NULL,
  rounded = FALSE,
  width = "100%",
  accept = "image/*",
  ...
)

showNoMatchPopup(session)

showMatchPopup(res, session)

Arguments

inputId

input id

fill

default true

size

default large

tonal

default true

label

default NULL

icon

default NULL

rounded

default FALSE

width

default uses full width

accept

default 'image/*'

...

additional arguments

session

app session

res

results

Functions

  • f7FileButton(): Custom file input button

  • showNoMatchPopup(): Show no match popup

  • showMatchPopup(): Show match popup