Support

Account

Home Forums Feature Requests Less cumbersome copy/paste of field key value from admin column view in chrome Reply To: Less cumbersome copy/paste of field key value from admin column view in chrome

  • This has crossed my mind too. The CSS solution would be:

    .acf-field-object .handle .acf-icon {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }