-
Notifications
You must be signed in to change notification settings - Fork 20
Multiselect support, styles independency of project, multifilter support #22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: master
Are you sure you want to change the base?
Conversation
emit("input",_selectedList.value) | ||
} | ||
const closeItem = ($item:FilterDataList) => { | ||
//console.log($event.target.checked); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think this needs to be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the console.log?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
const _list = computed(()=>props.list); | ||
const _selectedList = ref([] as FilterDataList[]) | ||
const _enabled = computed(()=>props.enabled || false); | ||
//const _value = computed(()=>props.value); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the comentary? or the list??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah the commentary
CloseIcon, | ||
}, | ||
props: { | ||
format: { type: String,required: false, default:"" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The page needs to be reformatted eg: space is missing after: type: String
//console.log($event.target.checked); | ||
const item = _list.value.find(d=>d.code === $item.code); | ||
const indexElementSelected = _selectedList.value.findIndex(d=>d.code === $item.code); | ||
if(item){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we reduce the complexity of these conditions?
} | ||
}, | ||
}) | ||
</script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New empty line at the end of file is highly appreciated
help me improve this code, it is perfect to improve the tool |
Hi, it is my firts contributed in this project, I am use your project for my job and I contribuyed with us. tranks my number es +34611376019 and my email is jagjerez2015@gmail.com for if your have any cuestion, my english speak is bad.