Unable to remove the dropdown custom button

Hi @SinChan4896,

If have two options in ABC then first remove both options and then check.

Example:

cur_frm.remove_custom_button('ABC 1', 'ABC');
cur_frm.remove_custom_button('ABC 2', 'ABC');

Then reload and check it.
Thank You!