Skip to content
New issue

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

ControlTooltip and labelToiltip are useless #1169

Open
CaMoCBaJL opened this issue Jan 24, 2023 · 0 comments
Open

ControlTooltip and labelToiltip are useless #1169

CaMoCBaJL opened this issue Jan 24, 2023 · 0 comments

Comments

@CaMoCBaJL
Copy link

CaMoCBaJL commented Jan 24, 2023

I'm submitting a


[X] Bug / Regression
[ ] Feature Request / Proposal

I'm using


NG Dynamic Forms Version: `13.0.0`

[ ] Basic UI
[ ] Bootstrap UI  
[ ] Foundation UI
[ ] Ionic UI
[ ] Kendo UI
[ ] Material  
[ ] NG Bootstrap
[ ] Prime NG
[X] Core

Description

I faced with problems of adding tooltips to dynamically generated labels. DynamicFormControlModel, base model class for each component model has tooltip props, but are useless for me - neither control neither label tooltip doesn't work for my custom components.
Model code for custom element listed below:

new EfDynamicSelectModel({
id: '13,1',
labelTooltip: "Some tooltip",
controlTooltip: "Some control tooltip",
label: "Element label example",
options: [
//smthng
],
multiple: true,
}),

Which event should trigger label to appear? Click and hover events didn't gave the expected result.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant