Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add incremental prop #2191

Merged
merged 2 commits into from
Feb 8, 2021
Merged

add incremental prop #2191

merged 2 commits into from
Feb 8, 2021

Conversation

magic-akari
Copy link
Contributor

What:
add a Non-standard Properties: incremental

Why:

The Boolean attribute incremental is a WebKit and Blink extension (so supported by Safari, Opera, Chrome, etc.) which, if present, tells the user agent to process the input as a live search. As the user edits the value of the field, the user agent sends search events to the HTMLInputElement object representing the search box. This allows your code to update the search results in real time as the user edits the search.

If incremental is not specified, the search event is only sent when the user explicitly initiates a search (such as by pressing the Enter or Return key while editing the field).

The search event is rate-limited so that it is not sent more frequently than an implementation-defined interval.

How:

Checklist:

  • Documentation N/A
  • Tests
  • Code complete N/A
  • Changeset Not sure if it is needed

@changeset-bot
Copy link

changeset-bot bot commented Dec 23, 2020

⚠️ No Changeset found

Latest commit: a83fb7a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codesandbox-ci
Copy link

codesandbox-ci bot commented Dec 23, 2020

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit a83fb7a:

Sandbox Source
Emotion Configuration

@Andarist Andarist requested a review from emmatown December 23, 2020 08:57
@Andarist
Copy link
Member

cc @probablyup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants