malliaridis commented on code in PR #4281:
URL: https://github.com/apache/solr/pull/4281#discussion_r3075276091


##########
solr/ui/src/commonMain/kotlin/org/apache/solr/ui/views/start/StartContent.kt:
##########
@@ -101,7 +100,6 @@ fun StartContent(
                 value = model.url,
                 singleLine = true,
                 onValueChange = component::onSolrUrlChange,
-                placeholder = { Text(text = DEFAULT_SOLR_URL) },

Review Comment:
   The idea of using the default Solr URL as placeholder and not as state 
directly was so that users can type in a different URL without having to first 
delete the current content of the input field, hence the placeholder.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to