This component is represents wrapper for <Input />, that must be password. It requires context which is provided by <Form />.
<Form {...FormProps}>
<FormGroup {...FormGroupProps}>
<PasswordGroup {...HTMLDivElementProps}>
<Input {...HTMLInputProps} />
</InputRange>
</FormGroup>
</Form>