Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-autocomplete-input

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-autocomplete-input - npm Package Compare versions

Comparing version 1.0.25 to 1.0.26

3

CHANGELOG.md

@@ -0,1 +1,4 @@

### 12th Octover 2023 - 1.0.26
- onBlur prop type definition fix (https://github.com/yury-dymov/react-autocomplete-input/pull/111). Props to fabioimpe
### 5th October 2023 - 1.0.25

@@ -2,0 +5,0 @@ - Fixed wrong suggestion list position when text field is scrolled (https://github.com/yury-dymov/react-autocomplete-input/pull/108). Props to fabioimpe

6

lib/index.d.ts
declare module 'react-autocomplete-input' {
import React, { ComponentType, KeyboardEvent } from 'react';
import React, { ComponentType, KeyboardEvent, FocusEventHandler } from 'react';

@@ -9,3 +9,3 @@ type AutocompleteTextFieldPropsGeneral = {

maxOptions?: number;
onBlur?: () => void;
onBlur?: FocusEventHandler<HTMLTextAreaElement>;
onChange?: (value: string) => void;

@@ -46,2 +46,2 @@ onKeyDown?: (event: KeyboardEvent) => void;

}
{
"name": "react-autocomplete-input",
"version": "1.0.25",
"version": "1.0.26",
"description": "Autocomplete input field for React",

@@ -5,0 +5,0 @@ "main": "dist/bundle.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc