I have the table with field title_medi
which contains two rows like Mr. and Ms.
Also I have input field called title with search help of title_medi
. When I'm selecting Mr. in the search help it gets displayed in the textfield.
If I compare that text field value with the database field. I'm getting an error.
But when I debug and see the value is somewhat getting converted to all uppercase like MR. not as exactly in the table.
Could you please help me out with this?