Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 312 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 312 Bytes

helloWorld

this is search in Json script

search(arr, text) { const matches = _.isEmpty(text) ? arr : _.filter(arr, (item) => { return item.shortName.match(new RegExp(${text}, 'i')) || item.bankCode.match(new RegExp(${text}, 'i')) }) this.setState({ listBank: matches }) }