@jeru-react/core
v3.1.6
Published
buttom={ <a href="https://jeronlineforms.jerusalem.muni.il/FindingAsset" target={"\_blank"} > איתור מספר זיהוי נכס </a> }
Downloads
74
Readme
18/12/2022
change by yvrachel - version 2.2.0
add required and type props -
to support required inputs - "*"
and change get the input name by type.
example of use
<WrapField
className={"col-lg-3"}
id={"routeType"}
name={"routeType"}
data-wrap-label={"סוג מסלול"}
component={FormComboBox}
tableId={2192}
data={comboData}
url={""}
cnn={""}
validator={requiredValidator}
required={true}
type={"checkbox"}
>
25/12/2022
change by yvrachel - version 2.2.2
remove if undefined in form-multiselect - reset element
add by yvrachel version 3.0.0
add TikNum with all functinallty
example :
<TikNum
onClickSearch={search} -- search tik
tikNum={tikNum} -- last numbers after /
tikNumYear={tikNumYear} -- year number
setTikNum={setTikNum}
setTikNumYear={setTikNumYear}
searchIcon={חפש} -- not required
>
19/07/2023 - change by yvrachel ########### version 3.0.2
fix bug in multi select comp
31/07/2023 - change by yvrachel version 3.0.3
change tiknum comp classes to d-flex
10/10/2023 - change by yvrachel version 3.0.5
add legalCompanyIDValidator
30/04/2024 - change by yvrachel version 3.1.0
add option to put elements under inputs , add the attribute buttom
like this
buttom={ <a href="https://jeronlineforms.jerusalem.muni.il/FindingAsset" target={"_blank"} > איתור מספר זיהוי נכס }
change version to 3.1.3 29.8.24 by yvrachel
change tikNum component and fix bugs
change version to 3.1.4 02.9.24 by yvrachel
upgrade kendo versions
from 5.3.0 "@progress/kendo-react-inputs": "^5.11.0",
from 5.4.0 "@progress/kendo-react-layout": "^5.5.0",
change version to 3.1.5 10.99.24 by yvrachel
add option to onlbur in FormInput,FormInputMask,FormNumbericInput
For example :
<WrapField className={"col-lg-3"} id={"areaField"} name={"areaField"} wrap={"שטח המגרש במר"} component={FormInput} validator={lettersValidator} onHandleBlur={() => { alert("שטח"); }} >