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

Column filter icon tooltip displays the valueField instead of the displayField #2354

Closed
matsbryntse opened this issue Feb 8, 2021 · 0 comments
Labels
bug Something isn't working forum Issues from forum resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@matsbryntse
Copy link
Member

Forum post

Still on the nightly release from jan 20 but when I am using a filter defined with an ID and a display I get on hover the wrong tooltip e.g.

{text: 'Status',
field: 'f4',
filterType: 'text' ,
filterable: {
filterField : {
valueField   : 'refId',
displayField : 'display',
                type  : 'combo',
                multiSelect  : true,
                items        : [{ 
            refId : 0, 
            display : '' 
        }, { 
            refId : 2234144, 
            display : 'Assigned' 
        }, { 
            refId : 12164753, 
            display : 'CAB Approved' 
        }, { 
            refId : 2234149, 
            display : 'Cancelled' 
        }, { 
            refId : 2234148, 
            display : 'Closed' 
        }, { 
            refId : 2234145, 
            display : 'In Process' 
        }, { 
            refId : 2234146, 
            display : 'On Hold' 
        }, { 
            refId : 2234143, 
            display : 'Open' 
        }, { 
            refId : 12164748, 
            display : 'Pending CAB' 
        }, { 
            refId : 2234147, 
            display : 'Resolved' 
        }] 
            }         }
@matsbryntse matsbryntse added bug Something isn't working forum Issues from forum labels Feb 8, 2021
@matsbryntse matsbryntse added this to the 4.1.0 milestone Feb 8, 2021
@matsbryntse matsbryntse added ready for review Issue is fixed, the pull request is being reviewed resolved Fixed but not yet released (available in the nightly builds) and removed ready for review Issue is fixed, the pull request is being reviewed labels Feb 8, 2021
@SergeyMaltsev SergeyMaltsev modified the milestones: 4.1.0, 4.1.0-beta-2 Feb 11, 2021
@SergeyMaltsev SergeyMaltsev modified the milestones: 4.1.0-beta-2, 4.1.0 Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

2 participants