public class InputFieldRecord : BaseInputField {
public string text = "";
public override void RespondFun(string value)
{
text = value;
}