fix: remove text validation from name,company,job title widgets

This commit is contained in:
RaktimaNXG
2024-04-02 11:01:46 +05:30
parent 9d81fce956
commit db310b0d73
@@ -512,7 +512,6 @@ function PlaceholderType(props) {
rows={1}
onKeyDown={handleEnterPress}
value={textValue}
onBlur={handleInputBlur}
onChange={(e) => {
const isDefault = false;
handleTextValid(e);
@@ -553,7 +552,6 @@ function PlaceholderType(props) {
rows={1}
onKeyDown={handleEnterPress}
value={textValue}
onBlur={handleInputBlur}
onChange={(e) => {
handleTextValid(e);
onChangeInput(
@@ -593,7 +591,6 @@ function PlaceholderType(props) {
rows={1}
onKeyDown={handleEnterPress}
value={textValue}
onBlur={handleInputBlur}
onChange={(e) => {
handleTextValid(e);
onChangeInput(