% Auto-generated: do not edit by hand
\name{filterField}

\alias{filterField}

\title{FilterField component}

\description{
Common wrapper for filters/inputs and their labels
}

\usage{
filterField(children=NULL, id=NULL, active=NULL, className=NULL,
dois=NULL, label=NULL, styleLabel=NULL, tooltip=NULL,
units=NULL)
}

\arguments{
\item{children}{A list of or a singular dash component, string or number. }

\item{id}{Character. }

\item{active}{Logical. }

\item{className}{Character. }

\item{dois}{List of characters. }

\item{label}{Character. }

\item{styleLabel}{Named list. }

\item{tooltip}{Character. }

\item{units}{Character. }
}

\value{named list of JSON elements corresponding to React.js properties and their values}

