• Resolved ckrauter

    (@ckrauter)


    The results dropdown menu has the correct lowercase/uppercase letters that you type, but the search bar itself where you see the letters you type forces all letters to lowercase and then displays them. Is that able to be disabled/changed?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @ckrauter

    Thank you very much for using our plugin. You can enter the following style definition through the “Appearance > Customize > Additional CSS” menu option:

    input[name="s"], input[name="cpsp-autocomplete"] {
        text-transform: initial !important;
    }

    In this case, we recommend deactivating the autocomplete option in the plugin settings page because we cannot guarantee the recommended text has the same upper and lower case letters as the text the user types. If you apply the same text-transform to both you would not have this problem.

    Best regards.

    Thread Starter ckrauter

    (@ckrauter)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.