@@ -121,6 +124,20 @@
}
+
+ public void ClickTopic(int input)
+ {
+ if (input == 1){
+ inputValue ="I need a present for a date";
+ }
+ if (input == 2){
+ inputValue ="I need a present for halloween";
+ }
+ if (input == 3){
+ inputValue ="I need a present for a birthday";
+ }
+ CreateNewChat();
+ }
private void InputChanged(ChangeEventArgs e)
{
// Оновіть значення поля введення при кожному введенні тексту