jquery-flexdatalist icon indicating copy to clipboard operation
jquery-flexdatalist copied to clipboard

Delete a specif value from flexdatalist

Open SureshHV opened this issue 7 years ago • 6 comments

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?

SureshHV avatar Dec 28 '17 11:12 SureshHV

Can anybody help me to solve this?

SureshHV avatar Feb 17 '18 09:02 SureshHV

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

SureshHV avatar Feb 28 '18 06:02 SureshHV

Hi,

Still having this problem, with a latest release?

sergiodlopes avatar Mar 24 '18 19:03 sergiodlopes

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 .

SureshHV avatar Mar 25 '18 12:03 SureshHV

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

biswa34 avatar Apr 23 '20 15:04 biswa34

Hi, did you solve it?

LeonardoFeriato avatar Jan 03 '21 21:01 LeonardoFeriato