﻿[0000] OpenElement("input")
[0001] AddAttribute("type", "text")
[0002] AddAttribute("value", global::Microsoft.AspNetCore.Components.BindConverter.FormatValue( ParentValue ))
[0003] AddAttribute("onchange", global::Microsoft.AspNetCore.Components.EventCallback.Factory.CreateBinder(this, __value => ParentValue = __value, ParentValue))