5.5.5 • Published 2 years ago

@jeru_react/dropdowns v5.5.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

#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

5.5.5

2 years ago

5.5.4

2 years ago

5.5.3

2 years ago

5.5.2

2 years ago

5.5.1

2 years ago

5.5.0

2 years ago

5.4.9

2 years ago

5.4.8

2 years ago

5.4.7

2 years ago

5.4.6

2 years ago

5.4.5

2 years ago

5.4.4

2 years ago

5.4.3

2 years ago

5.4.2

2 years ago

5.4.1

2 years ago

5.4.0

2 years ago

5.3.0

2 years ago

5.2.2

2 years ago

5.2.1

2 years ago

5.2.0

2 years ago

5.1.0

2 years ago

5.0.1

2 years ago

5.0.0

2 years ago