Getting started

File inputs come with default placeholder text.

fileInput(
  id = NULL
)

You can also specify different text.

fileInput(
  id = NULL,
  placeholder = "Pick a file",
  browse = "Click"
)


nteetor/dull documentation built on June 10, 2022, 11:30 a.m.