Socket
Socket
Sign inDemoInstall

@uxf/form

Package Overview
Dependencies
Maintainers
1
Versions
281
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uxf/form - npm Package Compare versions

Comparing version 11.19.1 to 11.19.2

2

package.json
{
"name": "@uxf/form",
"version": "11.19.1",
"version": "11.19.2",
"description": "",

@@ -5,0 +5,0 @@ "publishConfig": {

import { SelectBaseValueId } from "@uxf/ui/_select-base";
import { SelectProps as UISelectProps } from "@uxf/ui/select";
import { SelectProps as UISelectProps, SelectValue as UISelectValue } from "@uxf/ui/select";
import { FormControlProps } from "@uxf/ui/types";
import React from "react";
import { FieldValues } from "react-hook-form";
import { ControlProps } from "../types";
type OnChangeHandler = FormControlProps<UISelectValue | null>["onChange"];
export type SelectProps<FormData extends FieldValues> = ControlProps<FormData> & Omit<UISelectProps, "isInvalid" | "name" | "onChange" | "value"> & {
onChange?: UISelectProps["onChange"];
onChange?: OnChangeHandler;
requiredMessage?: string;

@@ -15,1 +17,2 @@ };

}
export {};
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