mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-20 13:36:20 +00:00
Created namespace for form controls
This commit is contained in:
@@ -21,9 +21,7 @@ export const FormGroupContainer: FC<FormGroupContainerProps> = (
|
||||
|
||||
return (
|
||||
<FormGroup className={className ?? ''}>
|
||||
<label htmlFor={forId.current} className={labelClassName ?? ''}>
|
||||
{children}:
|
||||
</label>
|
||||
{children && <label htmlFor={forId.current} className={labelClassName ?? ''}>{children}:</label>}
|
||||
<input
|
||||
className="form-control"
|
||||
type={type ?? 'text'}
|
||||
Reference in New Issue
Block a user