how to make TextInput that doesn't have a column on database table
Example: i have an invoice resource, then i just want to show the product description in a TextInput, but there is no product_description column on the invoice table, it will be error when save the invoice, how to ignoring a TextInput when save?