jquery-flexdatalist
jquery-flexdatalist copied to clipboard
Delete a specif value from flexdatalist
Hi,
Iam using flexdatalist mulltiple and I want to delete a specific value when a button is clicked.
I am able to delete and value by clicking on the X button which is placed after each value but I need this to happen when Iam clicking on the button I should be able to delete a specific value. Could you provide me some help on this?
Can anybody help me to solve this?
To delete a specific value I am using $('#keyacc').val('remove' ,'10045'); but this clears all the selected values. Can any one help me to delete a specific values from the multiple selection? This has been pending for a long time. Any help here would be highly appreciated
Hi,
Still having this problem, with a latest release?
Yes sir, I'm not able delete a specific value. Remove property is not working.
On Sun 25 Mar, 2018, 12:58 AM Sérgio Dinis Lopes, [email protected] wrote:
Hi,
Still having this problem, with a latest release?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sergiodlopes/jquery-flexdatalist/issues/139#issuecomment-375918574, or mute the thread https://github.com/notifications/unsubscribe-auth/AhS8s3re1CPZU2I0b4HOVursCkx_V3NZks5thp5hgaJpZM4ROQLm .
Hi, I have got the same issue.
I am using flexdatalist multiple and While I am trying to delete single value from the array of values in datalist all the values are removed. Kindly help to resolve this. @sergiodlopes
I am using these parameters :
minLength: 1,
toggleSelected: true,
selectionRequired: true,
allowDuplicateValues: false,
removeMultiple:false
Hi, did you solve it?