Phillip Patton
Phillip Patton
The use case is that there is a lot of text in a tooltip. In Landmark app developer can specify tooltip text using data from the system. We don't have...
Related issue is https://github.com/infor-design/enterprise/issues/4596
@tmcconechy I was thinking when we did a mouse over on the icon in the table header we'd see this special "mouse over text". Mouse over anywhere else and see...
With a callback function lmclient could build the tooltip where we can just combine the column title and the "mouse over text". The info icon would just be an indicator...
Just the header name when it's doing the ... thing. So it seems that we'd take over all tooltip handling in the case of the idea above when we do...
@tmcconechy I think adding the "3 select (maximum 4)" in the selected section could be an option if maxSelection is enabled and just automatically added by EP. what do you...
for the "refine search for more options" we'd like to be able to add with something like `Refine search for more options`
Label settings would be great. Maybe for the current and max selected labeling we could chat with the designers.
@jamie-norman for landmark a typical limit would be the number of occurs in an array field that stored the multiple selected values. This is unlikely to be more than 10...
for some reason calling this code in datagrid.js causes change detection each time the `mouseentered` or `mouseleave` event is fired. ``` if (self.settings.showHoverState) { self.element .off('mouseenter.datagrid, mouseleave.datagrid') .on('mouseenter.datagrid', 'tbody >...