We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
Thanks for creating this angular version of the duallistbox.
I tried to use the info-all = 'false' setting, but instead of hiding the info text it shows the text 'false' above the dual list box.
I changed the code myself by adding an extra transformFn to the InfoAll attribute.
var getFalseOrStringValue = function (attributeValue) { if (attributeValue === false || attributeValue === 'false') return false; return attributeValue; };
...and...
'infoAll': { changeFn: 'setInfoText', defaultValue: 'Showing all {0}', transformFn: getFalseOrStringValue },
I am not keen on making own changes. If you could provide a fix I would be very gratefull.
The text was updated successfully, but these errors were encountered:
Hello BasvdM! You can use a special character as '­.;'(without dot).
Its work for me. Cya
Sorry, something went wrong.
Hi,
Thanks for your reply. Unfortunately I don't understand your answer....
What should I do with the soft hyphen?
Gr. Bas
Wow, srry! Use info-all="&s.hy;"
Remove the dot in the especial character.
Can I see a live demo of the issue please?
No branches or pull requests
Hi!
Thanks for creating this angular version of the duallistbox.
I tried to use the info-all = 'false' setting, but instead of hiding the info text it shows the text 'false' above the dual list box.
I changed the code myself by adding an extra transformFn to the InfoAll attribute.
...and...
I am not keen on making own changes. If you could provide a fix I would be very gratefull.
The text was updated successfully, but these errors were encountered: