Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. const initialValue = (value && typeof value === 'object')
  2. ? value[get(this, 'valueAttr')]
  3. : value;
  4.  
  5. if (isPresent(get(this, 'binding')) && initialValue !== 0 && currentMode !== 'search') {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement