If the data to be added to the auto-complete list has already been filled in in the controller, will it overwrite the auto-complete and insert it into the data table?
replyAutocomplete is equivalent to setting the default value of a field. What does the default value mean? It means that if you set it, it will be skipped. If it is not set, the value in the autocomplete list will be used. If this value is received in the controller and passed into the model object, it will be overwritten.
You will know after you try this. . .
Will be inserted into the data table