I had same issue once. Passing readyOnly prop to the component solved it for me. InputProps={{readOnly: true}}.
確定! 回上一頁