Skip to content

Commit d2eeea2

Browse files
committed
RruDateTimeInput: Disable auto complete which does not make since it is unusable.
1 parent c9cb2f7 commit d2eeea2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Pre-release versions will not be mentioned here.
77
### Added
88

99
- Added `placeholder` to `RruSelectInput` and `RruMultiSelectInput`.
10+
- `RruDateTimeInput`: Disable auto complete which does not make since it is unusable.
1011

1112
## [2.3.1] - 2024-03-25
1213

src/form/RruDateTimeInput/RruDateTimeInput.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ const RruDateTimeInput: FC<RruDateTimeInputProps> = (props) => {
235235
ref={inputRef}
236236
dir='ltr'
237237
type='text'
238+
autoComplete='off'
238239
name={props.name}
239240
disabled={props.disabled}
240241
value={value || ''}

0 commit comments

Comments
 (0)