This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@zone_monorepo/dropdowns
TypeScript icon, indicating that this package has built-in type declarations

2.0.6 • Public • Published

#dropdowns for zon_projects

this is a generic dropdown feature

#install

npm i @zone_monorepo/dropdowns

#using for combobox

import GenComboBox from @zone_monorepo/dropdowns

<GenComboBox selectedValue={datatik.maslul_code} --selected value from object validationMessage={requiredMessage} --invalid message required={true} -- is required name="maslul_code" -- name of the input onChangeFunc={(e) => handleChangeCombo(e)} -- set object tableID={config.luTable.Maslul} -- table id from tables data baseUrl={config.url.BASIC_API} -- api url cnn={config.connections.Cnn_GisYk}-- cnn
procName={24270004} -- proc number if table id is not defined paramters={{}}-- paramters to send to procedure

#using for combobox

import GenMultiSelect from @zone_monorepo/dropdowns

<GenMultiSelect selectedValue={datatik.maslul_code} --selected value from object validationMessage={requiredMessage} --invalid message required={true} -- is required name="maslul_code" -- name of the input onChangeFunc={(e) => handleChangeCombo(e)} -- set object tableID={config.luTable.Maslul} -- table id from tables data baseUrl={config.url.BASIC_API} -- api url cnn={config.connections.Cnn_GisYk}-- cnn
procName={24270004} -- proc number if table id is not defined paramters={{}}-- paramters to send to procedure

Readme

Keywords

none

Package Sidebar

Install

npm i @zone_monorepo/dropdowns

Weekly Downloads

1

Version

2.0.6

License

ISC

Unpacked Size

15.7 kB

Total Files

16

Last publish

Collaborators

  • npm