AronGahagan / cpt-dev

Code repository for the ClearPlan Toolbar
https://www.ClearPlanConsulting.com
3 stars 1 forks source link

Fix FilterByClipboard glitch #313

Closed AronGahagan closed 1 year ago

AronGahagan commented 1 year ago

Problem:

cptFilterByClipboard glitches when user manually types in a comma-separated list of ID/UIDs. Also, the lbo should be cleared on txtFilter_Change, and instances where lbo listcount=0 need to be handled.

Solution:

Fix the glitch, mimic "enter" behavior with comma, account for when lbo.listcount is 0.

Todo: